ReportViewerWebPart.ReportPath Propriété
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.
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.