ReportViewerWebPart.ReportPath Proprietà

Definizione

Ottiene o imposta un percorso completo di un report presente nel sito di SharePoint corrente oppure in un sito disponibile nella stessa farm o applicazione Web.

public:
 property System::String ^ ReportPath { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.SharePoint.WebPartPages.WebPartStorage(Microsoft.SharePoint.WebPartPages.Storage.Shared)]
public string ReportPath { get; set; }
[<Microsoft.SharePoint.WebPartPages.WebPartStorage(Microsoft.SharePoint.WebPartPages.Storage.Shared)>]
member this.ReportPath : string with get, set
Public Property ReportPath As String

Valore della proprietà

String

Percorso del report.

Attributi

Commenti

ReportViewerWebPartPuò inoltre utilizzare un percorso del report da una Web part connessa che implementa l'interfaccia IWebPartRow.

Si applica a