[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Subreport.NoRows

NoRows Property

NoRows

Gets or sets a message to display in the subreport if no rows of data are available.

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

A ExpressionInfo object representing the message to display when no rows of data are available in the subreport.

Remarks

Style information for this text is derived from the subreport.

If the subreport is within a table or matrix cell without a NoRows property, the cell's border properties still apply even if the subreport's contents are omitted.

Examples
Subreport subreport = new Subreport();
subreport.NoRows = "No data available";