Поделиться через


Метод 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