IReportContext.ParentReportPath Property

Definition

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.

Applies to