IReportContext.ParentReportName Property

Definition

Gets the value that specifies the name of the parent report.

public:
 property System::String ^ ParentReportName { System::String ^ get(); };
public string ParentReportName { get; }
member this.ParentReportName : string
Public ReadOnly Property ParentReportName As String

Property Value

A value that specifies the name of the parent report.

Remarks

If the report is a subreport, this property returns the name of the parent report; otherwise, the property returns null.

Applies to