ClassNoDataObject
Class
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public abstract class NoDataObject : ReportItem, ITableCell
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReportItemNoDataObject
Derived Classes:
Implements:
Inherited Members
Constructors
Properties
NoDataMessage
Internal use only
Declaration
cs-api-definition
public string NoDataMessage { get; set; }
Property Value
string
NoDataStyle
Internal use only
RenderNoData
Indicates if the NoDataMessage will be rendered instead of the actual item content.
Declaration
cs-api-definition
public abstract bool RenderNoData { get; }
Property Value
bool
True if the NoDataMessage will be rendered. Otherwise false.