DrillthroughEventArgs.Report Property

Gets the target report of the drillthrough action.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public ReadOnly Property Report As Report
'Usage
Dim instance As DrillthroughEventArgs
Dim value As Report

value = instance.Report
public Report Report { get; }
public:
property Report^ Report {
    Report^ get ();
}
/** @property */
public Report get_Report ()
public function get Report () : Report

Property Value

A read-only LocalReport or ServerReport object.

Example

For an example, please see Drillthrough.

See Also

Reference

DrillthroughEventArgs Class
DrillthroughEventArgs Members
Microsoft.Reporting.WebForms Namespace