[]
        
(Showing Draft Content)

GrapeCity.Viewer.Common.Model.Interactivity.DrillthroughAction

DrillthroughAction Class

Represents an action that triggers a drillthrough report when executed.

Inheritance
DrillthroughAction
Implements
Namespace: GrapeCity.Viewer.Common.Model.Interactivity
Assembly: MESCIUS.ActiveReports.Viewer.Common.dll
Syntax
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.

Constructors

Name Description
DrillthroughAction(ReportModelBase)

Initializes a new instance of the DrillthroughAction class, specifying the target report to navigate to.

Properties

Name Description
TargetReport

Gets the target report to which the action navigates.