[]
Gets or sets a message to display in the subreport if no rows of data are available.
public ExpressionInfo NoRows { get; set; }
| Type | Description |
|---|---|
| ExpressionInfo | A ExpressionInfo object representing the message to display when no rows of data are available in the subreport. |
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.
Subreport subreport = new Subreport();
subreport.NoRows = "No data available";