Udostępnij za pośrednictwem


Właściwość IReportContext.ParentReportPath

Pobiera wartość, która określa ścieżka raport nadrzędnej.

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

Składnia

'Deklaracja
ReadOnly Property ParentReportPath As String
    Get
'Użycie
Dim instance As IReportContext
Dim value As String

value = instance.ParentReportPath
string ParentReportPath { get; }
property String^ ParentReportPath {
    String^ get ();
}
abstract ParentReportPath : string
function get ParentReportPath () : String

Wartość właściwości

Typ: System.String
Wartość, która określa ścieżka raport nadrzędnej.

Uwagi

Jeśli raport jest podraport, właściwość ta zwraca ścieżka raport nadrzędnego; w przeciwnym razie zwraca wartość właściwość nullodwołanie o wartości null (Nothing w języku Visual Basic).