ActiveReports Developer 7
NoRowsMessage Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > ISubreport Interface : NoRowsMessage Property

Glossary Item Box

Message to display in the subreport when no rows of data are available in any data set in the subreport.

Syntax

Visual Basic (Declaration) 
ReadOnly Property NoRowsMessage As System.String
C# 
System.string NoRowsMessage {get;}

See Also