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

In This Topic
    DataSource Class Members
    In This Topic

    The following tables list the members exposed by DataSource.

    Public Properties
     NameDescription
    Public PropertyOptional reference to the ConnectionString.  
    Public PropertyGets the display name of the user which created the data source.  
    Public PropertyGets the UTC timestamp of the creation date.  
    Public PropertyGets the type of this datasource, e.g. a SQL Server data source, or a serialized List & Label data provider.  
    Public PropertyGets or sets the description of the data source. (Optional, maximum length: 1000 chars)  
    Public PropertyUnique identifier of this object.  
    Public PropertyReturns true if this data source has created on the server already. Note that new data sources are not known to the server until CreateOrUpdateAsync was called.  
    Public PropertyGets the display name of the user which did the last modification of the data source.  
    Public PropertyGets the UTC timestamp of the last modification.  
    Public PropertyGets or sets the name of the data source. (Required, maximum length: 100 chars)  
    Public PropertyGets or sets if only the owner of the data source (see CreatedBy) may modify it. Users with administrative rights can always edit the data source.  
    Public PropertyReturns the ID of the folder that contains this data source. See DatasourceFolder.  
    Top
    Public Methods
     NameDescription
    Public MethodUpdates or creates this object on the server.  
    Public MethodDeletes the data source on the server.  
    Public MethodReturns a list of all user groups which CAN be given access to the data source. Each entry has a SelectableItem<T>.IsSelected property that returns true, if that particular user group already HAS access to the data source.  
    Public MethodLoads the configuration object for the concrete type of the data source for editing, e.g. a Microsoft SQL Server configuration.  
    Public MethodSets the user groups which are given access to the data source. You may get the list of available user groups by calling GetSelectedAndAvailableUserGroupsAsync.  
    Public MethodSee System.Object.ToString.  
    Top
    See Also