ReportViewerWebPart.ReportPath 属性

Gets or sets a fully qualified path to a report that is on the current SharePoint site, or on a site within the same Web application or farm.

命名空间:  Microsoft.ReportingServices.SharePoint.UI.WebParts
程序集:  Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)

语法

声明
<WebPartStorageAttribute(Storage.Shared)> _
Public Property ReportPath As String
    Get
    Set
用法
Dim instance As ReportViewerWebPart
Dim value As String

value = instance.ReportPath

instance.ReportPath = value
[WebPartStorageAttribute(Storage.Shared)]
public string ReportPath { get; set; }
[WebPartStorageAttribute(Storage::Shared)]
public:
property String^ ReportPath {
    String^ get ();
    void set (String^ value);
}
[<WebPartStorageAttribute(Storage.Shared)>]
member ReportPath : string with get, set
function get ReportPath () : String
function set ReportPath (value : String)

属性值

类型:System.String
The report path.

注释

The ReportViewerWebPart can also consume a report path from a connected Web part that implements the IWebPartRow interface.