getReportParameters() Method

In ReportService, use the getReportParameters() method to get an array of report parameters and their default values.

With the list of parameters, you can set parameter values before running or scheduling a report.

See ParamNameValues.

Signature

ParamNameValues getReportParameters(ReportRequest reportRequest, String userID, String password);

Parameters for getReportParameters() Method

Parameter Description

ReportRequest reportRequest

See ReportRequest.

String userID

Specifies the user name.

String password

Specifies the password for the user name.