Share via


BackEventArgs.ParentReport Property

Gets the parent report of the drillthrough report.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
Public ReadOnly Property ParentReport As Report
'Usage
Dim instance As BackEventArgs
Dim value As Report

value = instance.ParentReport
public Report ParentReport { get; }
public:
property Report^ ParentReport {
    Report^ get ();
}
/** @property */
public Report get_ParentReport ()
public function get ParentReport () : Report

Property Value

A LocalReport (if the ReportViewer control is in local processing mode) or ServerReport object (if the ReportViewer control is in remote processing mode) containing the parent report of the drillthrough report.

See Also

Reference

BackEventArgs Class
BackEventArgs Members
Microsoft.Reporting.WinForms Namespace