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> |