combit List & Label 30 - .NET Help
combit.ReportServer.ClientApi.Objects Namespace / DataSourceTypes Enumeration


DataSourceTypes Enumeration
Represents the type of a data source, i.e. which kind of database system or data format it makes available for reports.
Syntax
'Declaration
 
Public Enum DataSourceTypes 
   Inherits System.Enum
 
Members
MemberDescription
SerializedDataProviderA data source which allows to use a serialized data provider of List & Label (IDataProvider interface) that may be uploaded via this library.
UnknownOrInternalThe default value if the type code is not mapped to a DataSourceTypes on the server.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         combit.ReportServer.ClientApi.Objects.DataSourceTypes

Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also