ReportingService2006.GetReportHistoryLimit(String, Boolean, Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 보고서에 대한 보고서 기록 스냅샷 제한을 반환합니다.
public:
int GetReportHistoryLimit(System::String ^ Report, [Runtime::InteropServices::Out] bool % IsSystem, [Runtime::InteropServices::Out] int % SystemLimit);
public int GetReportHistoryLimit (string Report, out bool IsSystem, out int SystemLimit);
member this.GetReportHistoryLimit : string * bool * int -> int
Public Function GetReportHistoryLimit (Report As String, ByRef IsSystem As Boolean, ByRef SystemLimit As Integer) As Integer
매개 변수
- Report
- String
파일 이름과 .rdl 파일 이름 확장명을 포함하는 보고서의 정규화된 URL입니다.
- IsSystem
- Boolean
보고서 스냅숏 정책이 시스템 제한과 동일하게 설정된 경우 Boolean
를 반환하는 true
식입니다. 보고서에 고유한 보고서 기록 제한이 있는 경우 이 매개 변수는 false
를 반환합니다.
- SystemLimit
- Int32
시스템 보고서 기록 제한입니다.
반환
다음 표에서는 이 작업에 대한 헤더 및 사용 권한 정보를 보여 줍니다.
**SOAP 헤더** | (In) TrustedUserHeaderValue
(Out) ServerInfoHeaderValue |
필요한 권한 | Microsoft.SharePoint.SPBasePermissions.ViewListItems |
지정된 보고서에 대한 기록 제한을 나타내는 정수 값입니다. 값은 -1에서 2,147,483,647 사이입니다. 이 값이 -1로 설정되면 모든 보고서 기록 스냅샷이 저장됩니다.