다음을 통해 공유


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.