getTemplate()メソッド

ReportServiceのgetTemplate()メソッドは、カタログ内のレポート定義からテンプレートを取得します。

シグネチャ

byte[] getTemplate(String reportAbsolutePath, String templateID, String locale, String userID, String password);

getTemplate()メソッドのパラメータ

パラメータ 説明

String reportAbsolutePath

テンプレートを関連付けるレポートへのパス。たとえば: /HR Manager/Employee Reports/Employee Listing.xdo

String templateID

テンプレートのID(たとえば、Chart Layout)。

String locale

取得するテンプレートのロケール(たとえば、en_US)。

String userID

ユーザー名を指定します。

String password

ユーザー名のパスワードを指定します。