[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataRegion.NoRows

NoRows Property

NoRows

Gets or sets a message to display inside the data region when the region contains no rows.

Declaration
public ExpressionInfo NoRows { get; set; }
Property Value
Type Description
ExpressionInfo

A string value indicating the message to display when the region contains no rows.

Remarks
<p>When the NoRows message is displayed, the style information for the region is applied to the text.</p>
<p>Data regions inside a <xref href="GrapeCity.ActiveReports.PageReportModel.Table" data-throw-if-not-resolved="false"></xref> or <xref href="GrapeCity.ActiveReports.PageReportModel.Matrix" data-throw-if-not-resolved="false"></xref> cell that do not 

have a NoRows property value set display no content when there is no data, but the region's border and background properties are still applied to the cell.

Examples
dataRegion.NoRows = "No data available";