Class NoDataObject
Inheritance
System.Object
NoDataObject
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public abstract class NoDataObject : ReportItem, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext, IInteractiveItem, IServiceProvider, ISupportsInitialize, IDynamicItem, ITableCellInternal, ITableCell, INoDataObject
Constructors
NoDataObject()
Declaration
protected NoDataObject()
Properties
NoDataMessage
Declaration
public string NoDataMessage { get; set; }
Property Value
System.String
|
NoDataStyle
RenderNoData
Indicates if the NoDataMessage will be rendered instead of the actual item content.
Declaration
public abstract bool RenderNoData { get; }
Property Value
System.Boolean
True if the NoDataMessage will be rendered. Otherwise false. |