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

In This Topic
    DataSource Class Methods
    In This Topic

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

    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