Uses of Class
com.stimulsoft.report.export.tools.StiPagesRange

Packages that use StiPagesRange
com.stimulsoft.report.export.settings   
com.stimulsoft.report.export.tools   
com.stimulsoft.web.helper   
 

Uses of StiPagesRange in com.stimulsoft.report.export.settings
 

Methods in com.stimulsoft.report.export.settings that return StiPagesRange
 StiPagesRange StiPageRangeExportSettings.getPageRange()
          Describes range of pages of the document for the export.
 

Methods in com.stimulsoft.report.export.settings with parameters of type StiPagesRange
 void StiPageRangeExportSettings.setPageRange(StiPagesRange pageRange)
          Describes range of pages of the document for the export.
 

Uses of StiPagesRange in com.stimulsoft.report.export.tools
 

Fields in com.stimulsoft.report.export.tools declared as StiPagesRange
static StiPagesRange StiPagesRange.All
           
 

Uses of StiPagesRange in com.stimulsoft.web.helper
 

Methods in com.stimulsoft.web.helper with parameters of type StiPagesRange
static void StiReportResponse.printAsHtml(javax.servlet.http.HttpServletResponse response, StiReport report, StiPagesRange pageRange)
          Print report as HTML document.
static void StiReportResponse.printAsPdf(javax.servlet.http.HttpServletResponse response, StiReport report, StiPagesRange pageRange)
          Print report as PDF document.