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

웹 서비스 CreateReportHistorySnapshot(String, Warning[]) 메서드를 통해 보고서 기록 스냅숏을 만들 수 있는지 여부를 나타냅니다. 기본값은 true입니다.

KeepExecutionSnapshots
Boolean

보고서 기록에 대해 보고서 실행 스냅샷이 수집되는지 여부를 나타냅니다. 기본값은 false입니다.

Item
ScheduleDefinitionOrReference

보고서 기록 스냅숏에 대한 일정 정보를 나타내는 ScheduleDefinition 또는 ScheduleReference 개체입니다. 일정에 따라 보고서 기록 스냅숏이 만들어지지 않으면 이 매개 변수에 NoSchedule 개체를 전달합니다.

설명

다음 표에서는 이 작업에 대한 헤더 및 사용 권한 정보를 보여 줍니다.

SOAP 헤더 (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
필요한 권한 <xref:Microsoft.SharePoint.SPBasePermissions.EditListItems>

적용 대상