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.
Runs the report using the data contract.
Syntax
public void runReport()
Run On
Called
Remarks
The API provides the ability to run the report based on the settings of an SrsPrintDestinationSettings object.
The SrsReportDataContract report contract object in the parmReportContract method contains the print destination settings as a nested contract. The user should set the relevant values on the print settings contract before calling this API.
The report will be sent to a printer or file or emailed based on the print settings.
Before calling this API, the user should validate contracts by calling the validateContract method. Typical usage will be:
Get an instance of the report run interface from an instance of the SrsReportRunFactory class.
Get the report data contract using parmReportContract.
Set the parameter values on the contract including the SrsPrintDestinationSettings object
Validate contracts.
Run the report.