Propriedade BackEventArgs.ParentReport
Gets the parent report of the drillthrough report.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
Public ReadOnly Property ParentReport As Report
public Report ParentReport { get; }
public:
property Report^ ParentReport {
Report^ get ();
}
member ParentReport : Report with get
function get ParentReport () : Report
Valor de propriedade
Tipo: Microsoft.Reporting.WebForms.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.