NoDataObject
Class
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public abstract class NoDataObject : ReportItem, ITableCell
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReportItemNoDataObject...
Derived Classes:
Implements:
Inherited Members
Constructors
Internal use only
C#
protected NoDataObject()
Properties
NoDataMessage
string
Internal use only
C#
public string NoDataMessage { get; set; }
Internal use only
C#
public Style NoDataStyle { get; protected set; }
RenderNoData
bool
Indicates if the NoDataMessage will be rendered instead of the actual item content.
C#
public abstract bool RenderNoData { get; }
True if the NoDataMessage will be rendered. Otherwise false.