|
|
|
The identifier of the report component from which to retrieve Reportlet data. Specify either componentID, or componentName and componentValue.
|
|
The name of the report component from which to retrieve Reportlet data. The componentName is the name of the component assigned in the ROD file, such as NewReport::Frame1. If componentName is not specified, the componentID is used. Use in conjunction with componentValue. Specify either componentName and optionally componentValue, or componentID.
|
|
A value identifying the specific instance of the report component from which to retrieve Reportlet data. The value is the result of evaluating a search expression. Use componentValue in conjunction with componentName. Specify either componentName and componentValue, or componentID. If unspecified, componentValue defaults to the first report component specified by componentName that the user has access to.
|
|
|
|
The embSrvRequester parameter specifies a partial universal resource identifier (URI) to append to the base URI when inserting embedded objects.
For example, adding “&embSrvRequester=/test/ViewEmbeddedObject’ to the viewPage URI results in src elements in the generated HTML document with the following path:
SRC ="/test/ViewEmbeddedObject?...”
Without the parameter, the src element in the generated HTML document is the default:
SRC ="ViewEmbeddedObject?...”
|
|
|
|
n
|
ExcelData—a format mainly used for tabular or listing reports. The appearance sometimes is not faithful to the original report or does not work well for complicated reports. Potential issues include undisplayed images and graphs, ignored background color of frames and flows, and only rough accuracy for component positioning.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The printed page height in twips. Used only when format=PDF and splitOversizePages=1. This page height overrides the report’s page height and any page splitting rules in the report.
|
|
The printed page width in twips. Used only when format=PDF and splitOversizePages=1. This page width overrides the report’s page width and any page splitting rules in the report.
|
|
The image quality in a PDF file. Use only if format is set to PDF. The value ranges from 100, for the lowest image quality but the smallest PDF file size, to 300, for the highest image quality but the largest PDF file size. Specify a larger charting heap size before using higher PDFQuality values. The default PDFQuality is an Actuate BIRT iServer advanced configuration value.
|
|
The range of pages to retrieve from the object and display in a specified output file format. Separate pages and page ranges with commas, such as 1-3, 15, 21-25.
|
|
|
|
|
|
&<component name>=<value>[&<component name> = <value>] …
where <component name> is the fully qualified name of the component on which the search condition is based. Do not enter the searchList parameter name. Enter only the component/value pairs. For example, titleframe::txtname:include=*.
searchList finds the first matching component in the report because it is a component-based search and not page-based. This means that it does not always return the page containing both the name and value, but the first section or component that matches the search criteria.
|
|
Split report pages to print on multiple sheets. Values are 0, the default, to not split and 1 to split. SplitOversizePages is ignored unless format=PDF. Use if the report’s page size is larger than the printer’s sheet size. For information about setting the output page size, see pageHeight and pageWidth in this section.
|
|
|
|
|
|
|