DrillthroughEventArgs(String, Report) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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