getReportSampleData()メソッド
ReportServiceのgetReportSampleData()メソッドは、レポート・データ・モデルを使用して格納されたサンプル・データ・ファイルを取得します。
シグネチャ
byte[] getReportSampleData(String reportAbsolutePath, String userID, String password);
getReportSampleData()メソッドのパラメータ
| パラメータ | 説明 |
|---|---|
|
String reportAbsolutePath |
レポート・データ・モデルのサンプル・データの取得元となるレポートへのパス。たとえば: /HR Manager/Employee Reports/Employee Listing.xdo |
|
String userID |
ユーザー名を指定します。 |
|
String password |
ユーザー名のパスワードを指定します。 |