Class DataSource
Inheritance
System.Object
DataSource
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class DataSource : Component, ISimpleDataSource, IDataSource, INamedObject, ICloneable, IEquatableDataSource
Constructors
DataSource()
Declaration
protected DataSource()
Properties
CalculatedFields
Gets the calculated fields collection.
Declaration
public CalculatedFieldCollection CalculatedFields { get; }
Property Value
CalculatedFieldCollection
|
Description
Gets or sets the description of the DataSource component.
Declaration
public string Description { get; set; }
Property Value
System.String
The description of the DataSource component. |
Name
Gets or sets the name of the DataSource component.
Declaration
public string Name { get; set; }
Property Value
System.String
The name of the DataSource component. |