updateReportDefinition()メソッド

ReportServiceのupdateReportDefinition()は、レポート定義ファイル(.xdo)の属性を更新して、そのファイルをカタログに書き戻します。

シグネチャ

boolean updateReportDefinition(String reportAbsPath, ReportDefinition newReportDefn, String userID, String password);

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

パラメータ 説明

String reportAbsPath

レポート定義を更新するレポートへのパス。たとえば: /HR Manager/Employee Reports/Employee Listing.xdo

ReportDefinition newReportDefn

「ReportDefinition」を参照してください。

String userID

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

String password

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