Interface IDataItem
Represents an item that has its own DataSource object that is used to data-bind its child items.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public interface IDataItem : IDataFlow
Properties
DataSource
Gets or sets the DataSource object of this data item.
Declaration
object DataSource { get; set; }
Property Value
System.Object
|
Name
Gets the name of this item.
Declaration
string Name { get; }
Property Value
System.String
|