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

Glossary Item Box

Message to display in the DataRegion when no rows of data are available.

Syntax

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

See Also