Class DataSourceInfo
Represents an object data source model used for serialization.
Inheritance
System.Object
DataSourceInfo
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class DataSourceInfo
Constructors
DataSourceInfo()
Declaration
public DataSourceInfo()
Properties
DataSource
Gets or sets the data source object.
Declaration
public object DataSource { get; set; }
Property Value
System.Object
|
NetType
Gets or sets the .NET type.
Declaration
public string NetType { get; set; }
Property Value
System.String
|