DrillthroughEventArgs.Report-Eigenschaft
Ruft den Zielbericht der Drillthroughaktion ab.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Syntax
'Declaration
Public ReadOnly Property Report As Report
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.Reporting.WebForms.Report
Ein schreibgeschütztes LocalReport- oder ServerReport-Objekt.
Beispiele
Ein Beispiel finden Sie unter Drillthrough.