Interface IDataSource
An interface implemented by all the data source classes.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public interface IDataSource
Properties
Name
Gets or sets the data source name.
Declaration
string Name { get; set; }
Property Value
System.String
|