FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / DrillthroughReportAddress Class / DrillthroughReportAddress Constructor
Execution ID of the master report.
Drillthrough ID specifies the drillthrough report.

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

    Parameters

    executionID
    Execution ID of the master report.
    drillthroughID
    Drillthrough ID specifies the drillthrough report.
    See Also