InterfaceIDataSourceContainer
Interface
Represents an object with DataSource property
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public interface IDataSourceContainer
Properties
DataSource
Gets or sets the DataSource object of this data item.
Declaration
cs-api-definition
object DataSource { get; set; }
Property Value
object