IReportContext.ParentReportPath Property

Gets a value that specifies the path of the parent report.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
ReadOnly Property ParentReportPath As String
    Get
'Usage
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

Property Value

Type: System.String
A value that specifies the path of the parent report.

Remarks

If the report is a subreport, this property returns the path of the parent report; otherwise, the property returns nulla null reference (Nothing in Visual Basic).