IDataSource
Interface
An interface implemented by all the data source classes.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public interface IDataSource
Derived Classes:
Properties
Name
string
Gets or sets the data source name.
C#
string Name { get; set; }