[]
Represents an interface for the subreport report item.
public interface ISubreport : IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem
| Name | Description |
|---|---|
| ErrorTextBox | Gets a renderable textbox suitable for displaying an error message when the subreport is processed with an error. |
| NoRows | Gets a value indicating if no rows of data were loaded by the subreport. |
| NoRowsMessage | Gets the message to display in the subreport when no rows of data are available in any data set in the subreport. |
| NoRowsTextBox | Gets a renderable textbox suitable for displaying the NoRowsMessage for this instance. |
| PageName | Gets the string used for naming the sheet in Excel export. |
| ProcessedWithError | Gets a value indicating if an error occurred while attempting to process the report. |
| Report | Gets the renderable report that this subreport report item represents. |