Interface IDataSourceContainer
Represents an object with DataSource property
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public interface IDataSourceContainer
Properties
DataSource
Gets or sets the DataSource object of this data item.
Declaration
object DataSource { get; set; }
Property Value
System.Object
|