ReportingService2006.ListReportHistory(String) Méthode

Définition

Retourne une liste d'instantanés d'historique de rapport et leurs propriétés pour un rapport spécifié.

public:
 cli::array <ReportService2006::ReportHistorySnapshot ^> ^ ListReportHistory(System::String ^ Report);
public ReportService2006.ReportHistorySnapshot[] ListReportHistory (string Report);
member this.ListReportHistory : string -> ReportService2006.ReportHistorySnapshot[]
Public Function ListReportHistory (Report As String) As ReportHistorySnapshot()

Paramètres

Report
String

URL complète du rapport, y compris le nom de fichier et l'extension de nom de fichier .rdl.

Retours

Tableau d'objets ReportHistorySnapshot qui représentent les instantanés d'historique de rapport du rapport.

Remarques

Le tableau suivant présente les informations relatives aux en-têtes et aux autorisations sur cette opération.

En-têtes SOAP (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
Autorisations requises <xref:Microsoft.SharePoint.SPBasePermissions.ViewVersions>

S’applique à