BackPrevious Page Next PageNext

Running a Report Tab in a Page Report

If you want to run a specific page report tab, use jrs.report_sheet$RPT_TAB_NAME=true to specify a report tab in the current page report, where RPT_TAB_NAME is the report name of the specific report tab, not the display name. For example, jrs.report_sheet$Report2=true.

To get the report name and display name of a page report tab you can open the page report in JReport Designer and look at the Instance Name property in the Report Inspector or you can make use of the API methods getName() and getDisplayName() in the interface jet.server.api.ReportSheetInfo. For the detailed usages, see the JReport Javadoc located in <install_root>\help\api.

The URL for running the report tab Financial report in Page Report Studio within the report Corporate Overview.cls is as follows:

http://localhost:8888/jinfonet/tryView.jsp?jrs.catalog=%2fSampleReports%2fSampleReports.cat&jrs.report=%2fSampleReports%2fCorporate Overview.cls&jrs.result_type=8&jrs.report_sheet$report2=true

BackPrevious Page Next PageNext