ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Interactivity Namespace / DrillthroughAction Class
Members

In This Topic
    DrillthroughAction Class
    In This Topic
    Represents an action that triggers a drillthrough report when executed.
    Object Model
    DrillthroughAction Class
    Syntax
    'Declaration
     
    Public Class DrillthroughAction 
       Implements IAction 
    public class DrillthroughAction : IAction  
    Remarks
    A drillthrough action allows users to navigate from one report to another related report, providing a deeper level of detail or related information. This action is typically used in interactive reporting scenarios where users explore data by drilling down into more specific reports.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Viewer.Common.Model.Interactivity.DrillthroughAction

    See Also