ISubreport Interface Members
In This Topic
The following tables list the members exposed by ISubreport.
Public Properties
| Name | Description |
| ErrorTextBox | Returns a renderable textbox suitable for displaying error message when subreport processed with error. |
| NoRows | Returns true if no rows of data were loaded by the subreport. |
| NoRowsMessage | Message to display in the subreport when no rows of data are available in any data set in the subreport. |
| NoRowsTextBox | Returns a renderable textbox suitable for displaying NoRowsMessage for this instance. |
| PageName | The string used for naming the sheet in Excel export. |
| ProcessedWithError | Gets a value indicating if an error occured why attempting to process the report. |
| Report | Get the renderable report that this subreport ReportItem represents. |
Top
See Also