ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Interactivity Namespace / IActionHandler Interface / Drillthrough Method
The Drillthrough action to handle.

In This Topic
    Drillthrough Method
    In This Topic
    Handles the Drillthrough action for the report.
    Syntax
    'Declaration
     
    Function Drillthrough( _
       ByVal action As DrillthroughAction _
    ) As Boolean
    bool Drillthrough( 
       DrillthroughAction action
    )

    Parameters

    action
    The Drillthrough action to handle.

    Return Value

    True if the Drillthrough action was handled successfully; otherwise, false.
    See Also