DrillthroughEventArgs 建構函式
建構新的 DrillthroughEventArgs 物件。
命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)
語法
'宣告
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
)
參數
- reportPath
類型:String
鑽研報表的路徑。
- targetReport
類型:Microsoft.Reporting.WinForms.Report
鑽研動作的目標報表。