ReportingService2005.GetReportHistoryOptions メソッド

定義

レポートで生成されたレポート履歴スナップショット オプションとプロパティを返します。

public:
 bool GetReportHistoryOptions(System::String ^ Report, [Runtime::InteropServices::Out] bool % KeepExecutionSnapshots, [Runtime::InteropServices::Out] ReportService2005::ScheduleDefinitionOrReference ^ % Item);
public bool GetReportHistoryOptions (string Report, out bool KeepExecutionSnapshots, out ReportService2005.ScheduleDefinitionOrReference Item);
member this.GetReportHistoryOptions : string * bool * ScheduleDefinitionOrReference -> bool
Public Function GetReportHistoryOptions (Report As String, ByRef KeepExecutionSnapshots As Boolean, ByRef Item As ScheduleDefinitionOrReference) As Boolean

パラメーター

Report
String

レポートの完全なパス名です。

KeepExecutionSnapshots
Boolean

[out] レポートでレポート履歴を収集するかどうかを示す Boolean 式です。 既定値は false です。

Item
ScheduleDefinitionOrReference

[out] ScheduleDefinitionOrReference オブジェクト、ScheduleDefinition オブジェクト、または ScheduleReference オブジェクトを表す NoSchedule オブジェクトです。

戻り値

レポートでレポート履歴を収集するかどうかを示す Boolean 式です。 既定値は false です。

注釈

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

SOAP ヘッダー (Out) ServerInfoHeaderValue
必要なアクセス許可 ReadPolicy

適用対象