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

적용 대상