Actions
This defines a collection of actions that are associated with the cube. Actions are stored Multidimensional Expressions (MDX) statements that are associated with the cube. Client applications such as Microsoft Excel display actions to the end user and execute them against the cube when requested. Actions can include custom report generation, redirection to URLs, drillthrough to row details for a given cell, and other operations.
Permitted Collection Child Definitions
Child | API Type | Description |
---|---|---|
<DrillThrough /> | AstDrillThroughActionNode | The AstDrillThroughActionNode type corresponds directly to a cube drill through action that is stored on the Analysis Services cube and executed by client applications such as Microsoft Excel. |
<Report /> | AstReportActionNode | The AstReportActionNode type corresponds directly to a cube report action that is stored on the Analysis Services cube and executed by client applications such as Microsoft Excel. |
<Standard /> | AstStandardActionNode | The AstStandardActionNode type corresponds directly to a cube standard action that is stored on the Analysis Services cube and executed by client applications such as Microsoft Excel. |