IDataSourceContainer
Interface
Represents an object with DataSource property
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public interface IDataSourceContainer
Derived Classes:
Properties
DataSource
object
Gets or sets the DataSource object of this data item.
C#
object DataSource { get; set; }