ReportingService2006.ListReportHistory(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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> |