ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Interactivity Namespace / IActionHandler Interface / Drillthrough Method

In This Topic
    Drillthrough Method (IActionHandler)
    In This Topic
    Custom handler for Drillthrough action
    Syntax
    'Declaration
     
    Function Drillthrough( _
       ByVal action As DrillthroughAction _
    ) As Boolean
    bool Drillthrough( 
       DrillthroughAction action
    )

    Parameters

    action
    See Also