Udostępnij przez


Właściwość ReportViewerWebPart.ReportPath

Pobiera lub ustawia w pełni kwalifikowana ścieżka do raportu, który jest na bieżącej witryny programu SharePoint lub w witrynie w obrębie tej samej aplikacji sieci Web lub gospodarstwa.

Przestrzeń nazw:  Microsoft.ReportingServices.SharePoint.UI.WebParts
Zestaw:  Microsoft.ReportingServices.SharePoint.UI.WebParts (w Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Składnia

'Deklaracja
<WebPartStorageAttribute(Storage.Shared)> _
Public Property ReportPath As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String
Ścieżka raportu.

Uwagi

ReportViewerWebPart Może również wykorzystać Ścieżka raportu z połączonych Web part, który implementuje IWebPartRow interfejs.