NoRowsMessage Property (ISubreport)
In This Topic
Gets the message to display in the subreport when no rows of data are available in any data set in the subreport.
Syntax
'Declaration
ReadOnly Property NoRowsMessage As String
string NoRowsMessage {get;}
Property Value
A
System.String representing the message displayed when no rows of data are available.
See Also