ActiveReports 8
NoRows Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataRegion Class : NoRows Property

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Property NoRows As ExpressionInfo
C# 
public ExpressionInfo NoRows {get; set;}

Property Value

A String value containing the message to display inside the data region instead of the layout content when the region contains no rows.

Remarks

If the NoRows message is displayed, the style information for the region is applied to the text.

Data regions inside a Table or Matrix 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also