Propriedade DrillthroughEventArgs.Report
Gets the target report of the drillthrough action.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
Public ReadOnly Property Report As Report
public Report Report { get; }
public:
property Report^ Report {
Report^ get ();
}
member Report : Report with get
function get Report () : Report
Valor de propriedade
Tipo: Microsoft.Reporting.WebForms.Report
A read-only LocalReport or ServerReport object.
Exemplos
For an example, please see Drillthrough.