Share via


DrillthroughEventArgs.Report Property

 

Gets the target report of the drillthrough action.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public Report Report { get; }
public:
property Report^ Report {
    Report^ get();
}
member Report : Report with get
Public ReadOnly Property Report As Report

Property Value

Type: Microsoft.Reporting.WinForms.Report

A read-only LocalReport or ServerReport object.

Examples

Legacy Code Example

For an example, please see Drillthrough.

See Also

DrillthroughEventArgs Class
Microsoft.Reporting.WinForms Namespace

Return to top