Share via


ReportViewerWebPart.ReportPath Propriété

Définition

Obtient ou définit un chemin d'accès complet vers un rapport situé sur le site SharePoint actuel ou sur un site inclus dans la même batterie de serveurs ou application 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

Valeur de propriété

Chemin d'accès au rapport.

Attributs
Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute

Remarques

Peut ReportViewerWebPart également utiliser un chemin d’accès de rapport à partir d’un composant WebPart connecté qui implémente l’interface IWebPartRow.

S’applique à