InterfaceIDataSource
Interface
An interface implemented by all the data source classes.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public interface IDataSource
Properties
Name
Gets or sets the data source name.
Declaration
cs-api-definition
string Name { get; set; }
Property Value
string