getReportSampleData() Method
In ReportService, use the getReportSampleData() method to retrieve the sample data file stored with the report data model.
Signature
byte[] getReportSampleData(String reportAbsolutePath, String userID, String password);
Parameters for getReportSampleData() Method
Parameter | Description |
---|---|
String reportAbsolutePath |
The path to the report for which to retrieve the report data model sample data. For example: /HR Manager/Employee Reports/Employee Listing.xdo |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |