Class DataItem
Inheritance
System.Object
DataItem
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public abstract class DataItem : NoDataObject, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext, IInteractiveItem, IServiceProvider, ISupportsInitialize, IDynamicItem, ITableCellInternal, ITableCell, INoDataObject, IRuntimeDataItem, IDataItem, IDataFlow, IDataSourceContainer
Constructors
DataItem()
Declaration
protected DataItem()
Properties
DataSource
Gets or sets the data source that the Table is displaying data for.
Declaration
public object DataSource { get; set; }
Property Value
System.Object
|
Implements
NeedDataSourceMethodName
Declaration
public string NeedDataSourceMethodName { get; set; }
Property Value
System.String
|
RenderNoData
Declaration
public override bool RenderNoData { get; }
Property Value
System.Boolean
|
Overrides
Visible
Declaration
public override bool Visible { get; set; }
Property Value
System.Boolean
|
Overrides
Explicit Interface Implementations
IDataFlow.Filters
Declaration
IList<Filter> IDataFlow.Filters { get; }
Returns
System.Collections.Generic.IList<Filter>
|
Implements
IDataFlow.Sortings
Declaration
IList<Sorting> IDataFlow.Sortings { get; }
Returns
System.Collections.Generic.IList<Sorting>
|