Share via


ReportViewerWebPart.ReportPath 属性

定义

获取或设置位于当前 SharePoint 站点上或同一 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

属性值

报表路径。

属性
Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute

注解

ReportViewerWebPart还可以使用来自实现 IWebPartRow 接口的连接 Web 部件的报表路径。

适用于