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, IDataSourceContainer
Properties
Name
Gets the name of this item.
Declaration
string Name { get; }
Property Value
System.String
|