IReportContext.ParentReportPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that specifies the path of the parent report.
public:
property System::String ^ ParentReportPath { System::String ^ get(); };
public string ParentReportPath { get; }
member this.ParentReportPath : string
Public ReadOnly Property ParentReportPath As String
Property Value
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 null
.