次の方法で共有


ReportingService2006.GetReportHistoryOptions メソッド

定義

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

public:
 bool GetReportHistoryOptions(System::String ^ Report, [Runtime::InteropServices::Out] bool % KeepExecutionSnapshots, [Runtime::InteropServices::Out] ReportService2006::ScheduleDefinitionOrReference ^ % Item);
public bool GetReportHistoryOptions (string Report, out bool KeepExecutionSnapshots, out ReportService2006.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 オブジェクトです。

戻り値

レポートでレポート履歴を収集する場合は true、収集しない場合は false です。

注釈

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

SOAP ヘッダー (In) TrustedUserHeaderValue

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

適用対象