Konstruktor DrillthroughEventArgs —
Constructs a DrillthroughEventArgs object.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
Public Sub New ( _
reportPath As String, _
targetReport As Report _
)
public DrillthroughEventArgs(
string reportPath,
Report targetReport
)
public:
DrillthroughEventArgs(
String^ reportPath,
Report^ targetReport
)
new :
reportPath:string *
targetReport:Report -> DrillthroughEventArgs
public function DrillthroughEventArgs(
reportPath : String,
targetReport : Report
)
Parametry
- reportPath
Typ: String
The path of the drillthrough report.
- targetReport
Typ: Microsoft.Reporting.WebForms.Report
The target report of the drillthrough action.