[]
Represents an action that triggers a drillthrough report when executed.
public class DrillthroughAction : IAction
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.
Name | Description |
---|---|
DrillthroughAction(ReportModelBase) | Initializes a new instance of the DrillthroughAction class, specifying the target report to navigate to. |
Name | Description |
---|---|
TargetReport | Gets the target report to which the action navigates. |