Share via


ReportingService2005.ListReportHistory 메서드

Returns a list of report history snapshots and their properties for a specified report.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.dll)

구문

‘선언
Public Function ListReportHistory ( _
    Report As String _
) As ReportHistorySnapshot()
‘사용 방법
Dim instance As ReportingService2005 
Dim Report As String 
Dim returnValue As ReportHistorySnapshot()

returnValue = instance.ListReportHistory(Report)
public ReportHistorySnapshot[] ListReportHistory(
    string Report
)
public:
array<ReportHistorySnapshot^>^ ListReportHistory(
    String^ Report
)
member ListReportHistory : 
        Report:string -> ReportHistorySnapshot[] 
public function ListReportHistory(
    Report : String
) : ReportHistorySnapshot[]

매개 변수

반환 값

유형: array<ReportService2005.ReportHistorySnapshot[]
An array of ReportHistorySnapshot objects that represent the report history snapshots of the report.

주의

The table below shows header and permissions information on this operation.

SOAP Headers

(Out) ServerInfoHeaderValue

Required Permissions

ListHistory

참고 항목

참조

ReportingService2005 클래스

ReportService2005 네임스페이스