Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / SSRSDrillthroughReportLocation Class / SSRSDrillthroughReportLocation Constructor
Address of the server.
Execution ID of the master report.
ID of the drillthrough report.

In This Topic
    SSRSDrillthroughReportLocation Constructor
    In This Topic
    Initializes a new instance of the SSRSDrillthroughReportLocation class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal reportServer As String, _
       ByVal executionID As String, _
       ByVal drillthroughID As String _
    )
    public SSRSDrillthroughReportLocation( 
       string reportServer,
       string executionID,
       string drillthroughID
    )

    Parameters

    reportServer
    Address of the server.
    executionID
    Execution ID of the master report.
    drillthroughID
    ID of the drillthrough report.
    See Also