This WebService method runs a report and returns the values of the specified ranges.
Parameters
| Parameter | Description |
string reportPath | The report to render. Should be given relative to the Repository folder. |
string locale | The culture code for the locale that the report should be rendered in (for dates, number formatting, etc.), for example en-US. |
string[] roleNames | The Analysis Services role names to use to render the report. Note that the user running the report should have access to the roles listed. Use null or an empty array to use the default roles for the user. |
string[] parameterNames | A list of web parameter names to pass to the report. |
string[] parameterValues | a list of web parameter values, matching parameter names. This method uses all the same parameters except for the |
string[] rangesToReturn | A list of range definitions, for example "A1:B10", "DataSheet!A1", "DynamicGridRange". |