ClassDataItem
Class
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public abstract class DataItem : NoDataObject, ITableCell, IDataItem, IDataFlow, IDataSourceContainer
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReportItemNoDataObjectDataItem
Derived Classes:
Implements:
Inherited Members
Constructors
Properties
DataSource
Gets or sets the data source that the Table is displaying data for.
Declaration
cs-api-definition
public object DataSource { get; set; }
Property Value
object
Implements
NeedDataSourceMethodName
Internal use only
Declaration
cs-api-definition
public string NeedDataSourceMethodName { get; set; }
Property Value
string
RenderNoData
Internal use only
Declaration
cs-api-definition
public override bool RenderNoData { get; }
Property Value
bool
Overrides
Visible
Internal use only
Declaration
cs-api-definition
public override bool Visible { get; set; }
Property Value
bool
Overrides