Uses of Class
com.stimulsoft.report.components.complexcomponents.StiSubReport

Packages that use StiSubReport
com.stimulsoft.report.components.bands   
com.stimulsoft.report.components.complexcomponents   
com.stimulsoft.report.engine.engineV2   
com.stimulsoft.webdesigner.helper   
 

Uses of StiSubReport in com.stimulsoft.report.components.bands
 

Fields in com.stimulsoft.report.components.bands with type parameters of type StiSubReport
 java.util.ArrayList<StiSubReport> StiDataBandInfoV2.SubReports
           
 

Uses of StiSubReport in com.stimulsoft.report.components.complexcomponents
 

Methods in com.stimulsoft.report.components.complexcomponents that return StiSubReport
static StiSubReport StiSubReport.GetSubReportForPage(StiPage page)
           
 

Uses of StiSubReport in com.stimulsoft.report.engine.engineV2
 

Methods in com.stimulsoft.report.engine.engineV2 with parameters of type StiSubReport
static void StiSubReportsHelper.RenderSubReport(StiContainer containerOfSubReport, StiSubReport subReport)
          Prints SubReport component into the specified container.
 

Uses of StiSubReport in com.stimulsoft.webdesigner.helper
 

Methods in com.stimulsoft.webdesigner.helper with parameters of type StiSubReport
static java.util.ArrayList<java.util.HashMap<java.lang.String,java.lang.String>> StiReportEdit.getSubReportParametersProperty(StiSubReport subReport)