runReport() Method
In ReportService, use the runReport() method to send a request to the Publisher server to run a specific report.
See ReportRequest and ReportResponse.
Signature
ReportResponse runReport(ReportRequest reportRequest, String userID, String password);
Parameters for runReport() Method
Parameter | Description |
---|---|
ReportRequest reportRequest |
See ReportRequest. |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |