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.
Calls the GetReportParameters of the method ReportingServices Web service for a report that has the specified path.
Syntax
public str getReportParameters(str _reportPath, [Map _nameValuePairs])
Run On
Called
Parameters
- _reportPath
Type: str
The path of the report.
- _nameValuePairs
Type: Map Class
A map of parameter String values that are keyed by parameter names.
Return Value
Type: str
The XmlSerialized array of ReportParameter objects.