combit List & Label 30 - .NET Help
combit.ReportServer.ClientApi.Objects Namespace / ReportTemplate Class

ReportTemplate Class Properties

For a list of all members of this type, see ReportTemplate members.

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
See Also