Condividi tramite


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
public Report ParentReport { get; }
public:
property Report^ ParentReport {
    Report^ get ();
}
member ParentReport : Report with get
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.

Vedere anche

Riferimenti

BackEventArgs Classe

Spazio dei nomi Microsoft.Reporting.WebForms