getReportletData
Retrieves data to display in an Actuate eReport Reportlet. This tag sends the request to the Actuate BIRT iServer to get the Reportlet. Then it parses the response and writes the DHTML Reportlet to the JSP output stream. You access the height and width of the Reportlet by calling the getHeight( ) and getWidth( ) methods respectively.
Library
Tag class
com.actuate.reportcast.tags.reportlet.GetReportletDataTag
Attributes
Table 8-15 lists and describes the attributes for getReportletData.
Table 8-15 Attributes for getReportletData The unique authentication identifier returned by Actuate BIRT iServer on successful login. 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. embeddedObjPath The path name of the servlet which retrieves embedded objects such as images for the Reportlet. hyperlinkRedirectPath The path name of the servlet which handles Reportlet URLs. For example, iportal/servlet/GenericRedirector. The URLs are generated in the DHTML output, and hyperlinkRedirectPath is the base path for the generated URL. The URL of the server on which the Reportlet’s source resides. The Encyclopedia volume on which the Reportlet’s source resides.Example
The following code retrieves a Reportlet from the Stock Comparison report in the Sample Application’s Customers folder. The Reportlet is retrieved from the ROD component NewReportApp::Frame2.
(c) Copyright Actuate Corporation 2011 |
![]() |