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

Glossary Item Box

Gets or sets a message to display in the subreport instead of the region layout when no rows of data are available in any dataset for the subreport.

Syntax

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

Property Value

A String message to display in the subreport when no rows of data are available.

Remarks

Style information for this text is taken from the subreport.

If the subreport is in a table or matrix cell and does not have a NoRows property, the contents of the subreport are omitted, but the subreport's border properties still apply 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