IReportContext.ParentReportName 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 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
.