Class
NoDataObject

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: DataItemPictureBox

Implements: ITableCell

Inherited Members ReportItem.BoundsReportItem.LocationReportItem.SizeReportItem.TopReportItem.LeftReportItem.WidthReportItem.HeightReportItem.DockingReportItem.AnchoringReportItemBase.InitializeDefinitionBasedProperties(ReportObject)ReportItemBase.TryExecuteMethodByName(string)ReportItemBase.ProcessAccessibleRole()ReportItemBase.ProcessAccessibleDescription()ReportItemBase.ProcessAIDescription()ReportItemBase.Dispose(bool)ReportItemBase.BookmarkReportItemBase.BookmarkIdReportItemBase.DocumentMapTextReportItemBase.TocTextReportItemBase.ActionReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.ItemDefinitionReportItemBase.NameReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionProcessingElement.OnError(Exception)ProcessingElement.ConvertBoundValue(PropertyInfo, object)ProcessingElement.ToString()ProcessingElement.ExceptionProcessingElement.ParentProcessingElement.ReportProcessingElement.CultureProcessingElement.ChildElementsProcessingElement.DataObjectProcessingElement.ThrowWhenBindingUnsuccessfulVisualElement.StyleVisualElement.VisibleLayoutElement.ParentElementReportObject.ToString(string[])

Constructors

NoDataObject()

Internal use only

Declaration

cs-api-definition
protected NoDataObject()

Properties

NoDataMessage

Internal use only

Declaration

cs-api-definition
public string NoDataMessage { get; set; }

Property Value

string

NoDataStyle

Internal use only

Declaration

cs-api-definition
public Style NoDataStyle { get; protected set; }

Property Value

Style

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.