ActiveReports Developer 7
ISubreport Interface Members
See Also  Properties 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace : ISubreport Interface

Glossary Item Box

The following tables list the members exposed by ISubreport.

Public Properties

 NameDescription
 PropertyErrorTextBoxReturns a renderable textbox suitable for displaying error message when subreport processed with error  
 PropertyNoRowsReturns true if no rows of data were loaded by the subreport.  
 PropertyNoRowsMessageMessage to display in the subreport when no rows of data are available in any data set in the subreport.  
 PropertyNoRowsTextBoxReturns a renderable textbox suitable for displaying NoRowsMessage for this instance.  
 PropertyProcessedWithErrorReturns a value indicating if an error occured why attempting to process the report.  
 PropertyReportReturns the renderable report that this subreport ReportItem represents.  
Top

See Also