Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an instance of the SrsReportRunAdapter class that is required to view the report in the viewer.
Syntax
public SrsReportRunAdapter getReportRunAdapter()
Run On
Called
Return Value
Type: SrsReportRunAdapter Class
An instance of the SrsReportRunAdapter class that contains the instance of the report runtime that is required to view the report.
Remarks
If the report will be printed to screen, the report viewer needs this object. This API lets you get the instance that uses the report parameters in the data contract. Before calling this API, the user should validate the contracts by calling the validateContract method. The typical usage will be to:
Get the report run interface instance from the SrsReportRunFactory class.
Get the report data contract using the parmReportContract.
Set the parameter values on the contract.
Validate the contracts.
Get the report adapter.