InterfaceIDataItem
Interface
Represents an item that has its own DataSource object that is used to data-bind its child items.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public interface IDataItem : IDataFlow, IDataSourceContainer
Inherited Members
Properties
Name
Gets the name of this item.
Declaration
cs-api-definition
string Name { get; }
Property Value
string