DrillthroughEventArgs Constructor

Construye un nuevo objeto DrillthroughEventArgs.

Espacio de nombres:  Microsoft.Reporting.WinForms
Ensamblado:  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Sintaxis

'Declaración
Public Sub New ( _
    reportPath As String, _
    targetReport As Report _
)
'Uso
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
)

Parámetros

  • reportPath
    Tipo: System.String
    La ruta de acceso del informe de obtención de detalles.

Vea también

Referencia

DrillthroughEventArgs Clase

Espacio de nombres Microsoft.Reporting.WinForms