runDataModel() Method
In ReportService, use the runDataModel() method to run the data model and get the XML data.
Signature
public ReportResponse runDataModel(ReportRequest reportRequest, String userID, String password);
Parameters for runDataModel() Method
Parameter | Description |
---|---|
ReportRequest reportRequest |
The path to the report and other metadata of the report. |
String userID |
The user ID of the user. |
String password |
The password of the user. |