ReportingService2006.GetReportHistoryOptions メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
レポートで生成されたレポート履歴スナップショット オプションとプロパティを返します。
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
です。
[out] ScheduleDefinitionOrReference オブジェクト、ScheduleDefinition オブジェクト、または ScheduleReference オブジェクトを表す NoSchedule オブジェクトです。
戻り値
レポートでレポート履歴を収集する場合は true
、収集しない場合は false
です。
注釈
次の表に、この操作に関連するヘッダーおよび権限の情報を示します。
SOAP ヘッダー | (In) TrustedUserHeaderValue (Out) ServerInfoHeaderValue |
必要なアクセス許可 | <xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems> |