ClassDataSource
Class
Provides the abstract base class for all data source components in Telerik Reporting that supply data to report items.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public abstract class DataSource : Component, IDataSource
Inheritance: objectMarshalByRefObjectComponentDataSource
Derived Classes:
Implements:
Constructors
DataSource()
Declaration
cs-api-definition
protected DataSource()
Properties
CalculatedFields
Gets the calculated fields collection.
Declaration
cs-api-definition
public CalculatedFieldCollection CalculatedFields { get; }
Property Value
Description
Gets or sets the description of the DataSource component.
Declaration
cs-api-definition
public string Description { get; set; }
Property Value
string
The description of the DataSource component.
Name
Gets or sets the name of the DataSource component.
Declaration
cs-api-definition
[Browsable(false)]
public string Name { get; set; }
Property Value
string
The name of the DataSource component.