Compartir a través de


DrillthroughEventArgs (Constructor)

Construye un objeto DrillthroughEventArgs.

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

Sintaxis

'Declaración
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
)

Parámetros

  • reportPath
    Tipo: String
    La ruta de acceso del informe detallado.

Vea también

Referencia

DrillthroughEventArgs Clase

Microsoft.Reporting.WebForms (Espacio de nombres)