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

In This Topic
    DataSource Class Properties
    In This Topic

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

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