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

Glossary Item Box

Message to display instead of item layout when no rows of data are available in the list.

Syntax

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

See Also