uploadTemplateForReport()メソッド
ReportServiceのuploadTemplateForReport()メソッドは、カタログ内のレポート定義にテンプレートをアップロードします。
シグネチャ
boolean uploadTemplateForReport(String reportAbsolutePath, String templateName, String templateType, String locale, byte[] templateData, String userID, String password);
uploadTemplateForReport()メソッドのパラメータ
| パラメータ | 説明 |
|---|---|
|
String reportAbsolutePath |
テンプレートのアップロード先となるレポートへのパス。たとえば: /HR Manager/Employee Reports/Employee Listing.xdo |
|
String templateName |
アップロードするテンプレートのファイル名。 |
|
String templateType |
テンプレート・タイプ。有効な値は次のとおりです:
|
|
String locale |
テンプレートに割り当てられるロケール(たとえば、 |
|
byte[] templateData |
アップロードするテンプレート・ファイルのコンテンツ。 |
|
String userID |
ユーザー名を指定します。 |
|
String password |
ユーザー名のパスワードを指定します。 |