ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Interactivity Namespace / DrillthroughAction Class / DrillthroughAction Constructor
The target report.

In This Topic
    DrillthroughAction Constructor
    In This Topic
    Creates new instance of DrillthroughAction.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal targetReport As ReportModelBase _
    )
    public DrillthroughAction( 
       ReportModelBase targetReport
    )

    Parameters

    targetReport
    The target report.
    See Also