Condividi tramite


ReportingService2006.ListReportHistory(String) Metodo

Definizione

Restituisce un elenco di snapshot della cronologia del report con le relative proprietà per un report specificato.

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()

Parametri

Report
String

URL completo del report, inclusi il nome file e l'estensione rdl.

Restituisce

Matrice di oggetti ReportHistorySnapshot che rappresentano gli snapshot della cronologia del report.

Commenti

Nella tabella seguente vengono mostrate le informazioni sull'intestazione e sulle autorizzazioni relative a questa operazione.

Intestazioni SOAP (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
Autorizzazioni necessarie <xref:Microsoft.SharePoint.SPBasePermissions.ViewVersions>

Si applica a