Share via


DrillthroughEventArgs Constructor (String, Report)

 

Constructs a new DrillthroughEventArgs object.

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

Syntax

public DrillthroughEventArgs(
    string reportPath,
    Report targetReport
)
public:
DrillthroughEventArgs(
    String^ reportPath,
    Report^ targetReport
)
new : 
        reportPath:string *
        targetReport:Report -> DrillthroughEventArgs
Public Sub New (
    reportPath As String,
    targetReport As Report
)

Parameters

  • reportPath
    Type: System.String

    The path of the drillthrough report.

See Also

DrillthroughEventArgs Class
Microsoft.Reporting.WinForms Namespace

Return to top