DrillthroughEventArgs オブジェクトを構築します。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)
構文
'宣言
Public Sub New ( _
reportPath As String, _
targetReport As Report _
)
'使用
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
)
new :
reportPath:string *
targetReport:Report -> DrillthroughEventArgs
public function DrillthroughEventArgs(
reportPath : String,
targetReport : Report
)
パラメーター
- reportPath
型: System.String
ドリルスルー レポートのパス。
- targetReport
型: Microsoft.Reporting.WebForms.Report
ドリルスルー アクションの対象のレポート。