ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Interactivity Namespace / DrillthroughAction Class / DrillthroughAction Constructor
The report model that represents the target report for the drillthrough action.

In This Topic
    DrillthroughAction Constructor
    In This Topic
    Initializes a new instance of the DrillthroughAction class, specifying the target report to navigate to.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal targetReport As ReportModelBase _
    )
    public DrillthroughAction( 
       ReportModelBase targetReport
    )

    Parameters

    targetReport
    The report model that represents the target report for the drillthrough action.
    See Also