Class
DataSourceInfo

Model for serializing data source information including type and instance data.

Definition

Namespace:Telerik.WebReportDesigner.Services.Models

Assembly:Telerik.WebReportDesigner.Services.dll

Syntax:

cs-api-definition
public class DataSourceInfo

Inheritance: objectDataSourceInfo

Constructors

DataSourceInfo()

Declaration

cs-api-definition
public DataSourceInfo()

Properties

DataSource

Gets or sets the data source instance object.

Declaration

cs-api-definition
public object DataSource { get; set; }

Property Value

object

Remarks

Contains the actual data source object that will be serialized/deserialized, typically used with object data sources and other custom data providers.

NetType

Gets or sets the .NET type name of the data source.

Declaration

cs-api-definition
[Required]
public string NetType { get; set; }

Property Value

string

Remarks

Contains the fully qualified type name used for proper deserialization and type identification of the data source object.