DrillthroughEventArgs(String, Report) Constructor

Definition

public:
 DrillthroughEventArgs(System::String ^ reportPath, Microsoft::Reporting::WebForms::Report ^ targetReport);
public DrillthroughEventArgs (string reportPath, Microsoft.Reporting.WebForms.Report targetReport);
new Microsoft.Reporting.WebForms.DrillthroughEventArgs : string * Microsoft.Reporting.WebForms.Report -> Microsoft.Reporting.WebForms.DrillthroughEventArgs
Public Sub New (reportPath As String, targetReport As Report)

Parameters

reportPath
String
targetReport
Report

Applies to