Partilhar via


Construtor DrillthroughEventArgs

Constructs a DrillthroughEventArgs object.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
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
    The path of the drillthrough report.

Consulte também

Referência

DrillthroughEventArgs Classe

Namespace Microsoft.Reporting.WebForms