Proprietà BackEventArgs.ParentReport
Recupera il rapporto padre del rapporto drill-through.
Spazio dei nomi Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ParentReport As Report
Get
'Utilizzo
Dim instance As BackEventArgs
Dim value As Report
value = instance.ParentReport
public Report ParentReport { get; }
public:
property Report^ ParentReport {
Report^ get ();
}
member ParentReport : Report
function get ParentReport () : Report
Valore proprietà
Tipo: Microsoft.Reporting.WebForms.Report
Oggetto LocalReport (se il controllo ReportViewer è in modalità di elaborazione locale) oppure ServerReport (se il controllo ReportViewer è in modalità di elaborazione remota) contenente il rapporto padre del rapporto drill-through.