combit List & Label 29 - .NET Help
combit.ReportServer.ClientApi.Objects Namespace / ReportTemplate Class
Properties Methods

In This Topic
    ReportTemplate Class Members
    In This Topic

    The following tables list the members exposed by ReportTemplate.

    Public Properties
     NameDescription
    Public PropertySpecifies the project type code of an Adhoc Designer project, if it is available for Adhoc design.  
    Public PropertyGets the name of the user who created the report template.  
    Public PropertyGets the UTC timestamp of the creation date.  
    Public PropertyData member when using label or card project type. Can be null.  
    Public PropertyDefault export profile, may be overriden on export.  
    Public PropertyGets or sets the description of the report template (max. length: 1000 characters).  
    Public PropertyReturns a URL that leads to the exported report of the report template.  
    Public PropertyReturns true if the report template requires report parameters to be specified to exporting it.  
    Public PropertyGets the ID of the report template.  
    Public PropertyReturns true if this report template has created on the server already. Note that new report templates are not known to the server until CreateOrUpdateAsync was called.  
    Public PropertyGets or sets the language of the report template in ISO-Code (e.g. de-DE, en-US, fr-CA; max. length: 20 characters). null for default (server language).  
    Public PropertyGets or sets after which time a cached export of this report template will expire.  
    Public PropertyGets the name of the user who last modified the report template.  
    Public PropertyGets the UTC timestamp of the last modification.  
    Public PropertyGets or sets the name of the report template (must only contain characters which are valid in file names (Windows), max. length: 100 characters).  
    Public PropertyReturns the ID of the folder that contains this report template. See TemplateFolder.  
    Public PropertyProject type (list / label / card / master-detail).  
    Top
    Public Methods
     NameDescription
    Public MethodCreates or updates a report template with the data of this object.  
    Public MethodDeletes the report template on the server.  
    Public MethodReturns a list of all (!) data sources that can be assigned to this report template together with the information which of these data source already are assigned.  
    Public MethodReturns a list of all (!) user groups that can be given access to this report template together with the information which of these groups already have access.  
    Public MethodOpens the repository of this report template where the embedded images, drilldown reports and other repository items are stored.  
    Public MethodSets the data sources for this report template. Use GetSelectedAndAvailableDataSourcesAsync to get a list of the available data sources.  
    Public MethodSets the user groups which may access this report template. Use GetSelectedAndAvailableUserGroupsAsync to get a list of the available groups.  
    Public MethodSee System.Object.ToString.  
    Top
    See Also