次の方法で共有


ReportingService2006.SetReportHistoryOptions メソッド

定義

指定したレポートのレポート履歴スナップショットをいつ作成するかを示す、レポート履歴オプションを設定します。

public:
 void SetReportHistoryOptions(System::String ^ Report, bool EnableManualSnapshotCreation, bool KeepExecutionSnapshots, ReportService2006::ScheduleDefinitionOrReference ^ Item);
public void SetReportHistoryOptions (string Report, bool EnableManualSnapshotCreation, bool KeepExecutionSnapshots, ReportService2006.ScheduleDefinitionOrReference Item);
member this.SetReportHistoryOptions : string * bool * bool * ReportService2006.ScheduleDefinitionOrReference -> unit
Public Sub SetReportHistoryOptions (Report As String, EnableManualSnapshotCreation As Boolean, KeepExecutionSnapshots As Boolean, Item As ScheduleDefinitionOrReference)

パラメーター

Report
String

ファイル名と .rdl ファイル名拡張子を含む、レポートの完全修飾 URL です。

EnableManualSnapshotCreation
Boolean

Web サービスの CreateReportHistorySnapshot(String, Warning[]) メソッドを介してレポート履歴スナップショットを作成できるかどうかを示します。 既定値は true です。

KeepExecutionSnapshots
Boolean

レポート履歴のレポート実行スナップショットを収集するかどうかを示します。 既定値は false です。

Item
ScheduleDefinitionOrReference

レポート履歴スナップショットのスケジュール情報を表す ScheduleDefinition オブジェクトまたは ScheduleReference オブジェクトです。 レポート履歴スナップショットをスケジュールに従って作成しない場合は、このパラメーターに NoSchedule オブジェクトを渡します。

注釈

次の表に、この操作に関連するヘッダーおよび権限の情報を示します。

SOAP ヘッダー (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
必要なアクセス許可 <xref:Microsoft.SharePoint.SPBasePermissions.EditListItems>

適用対象