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

In This Topic
ReportTemplate Class Methods
In This Topic

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

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