Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructs a DrillthroughEventArgs object.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public Sub New ( _
    reportPath As String, _
    targetReport As Report _
)
'Usage
Dim reportPath As String
Dim targetReport As Report
Dim instance As New DrillthroughEventArgs(reportPath, targetReport)
public DrillthroughEventArgs (
    string reportPath,
    Report targetReport
)
public:
DrillthroughEventArgs (
    String^ reportPath, 
    Report^ targetReport
)
public DrillthroughEventArgs (
    String reportPath, 
    Report targetReport
)
public function DrillthroughEventArgs (
    reportPath : String, 
    targetReport : Report
)
Parameters
- reportPath
 The path of the drillthrough report.
- targetReport
 The target report of the drillthrough action.
See Also
Reference
DrillthroughEventArgs Class
DrillthroughEventArgs Members
Microsoft.Reporting.WebForms Namespace