Propriété BackEventArgs.ParentReport
Obtient le rapport parent du rapport d'extraction.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ParentReport As Report
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.Reporting.WebForms.Report
Objet LocalReport (si le contrôle ReportViewer est en mode de traitement local) ou ServerReport (si le contrôle ReportViewer est en mode de traitement distant) qui contient le rapport parent du rapport d'extraction.