Propriété DrillthroughEventArgs.Report
Obtient le rapport cible de l'action d'extraction.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Report As Report
Get
'Utilisation
Dim instance As DrillthroughEventArgs
Dim value As Report
value = instance.Report
public Report Report { get; }
public:
property Report^ Report {
Report^ get ();
}
member Report : Report
function get Report () : Report
Valeur de propriété
Type : Microsoft.Reporting.WebForms.Report
Objet LocalReport ou ServerReport en lecture seule.
Exemples
Pour un exemple, consultez Drillthrough.