Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the parent report of the drillthrough report.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public Report ParentReport { get; }
public:
property Report^ ParentReport {
Report^ get();
}
member ParentReport : Report with get
Public ReadOnly Property ParentReport As Report
Property Value
Type: Microsoft.Reporting.WinForms.Report
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
BackEventArgs Class
Microsoft.Reporting.WinForms Namespace
Return to top