MenuItemType Enumeration

Specifies the possible types for a drill-through menu item in Microsoft Dynamics AX.

Namespace:  Microsoft.Dynamics.Framework.Reports
Assembly:  Microsoft.Dynamics.Framework.Reports (in Microsoft.Dynamics.Framework.Reports.dll)

Syntax

'Declaration
Public Enumeration MenuItemType
'Usage
Dim instance As MenuItemType
public enum MenuItemType
public enum class MenuItemType

Members

Member name Description
Display A display menu item.
Output An output menu item.
Action An action menu item.
WebMenuItemTypeUrl A URL Web menu item.
WebMenuItemTypeAction An action Web menu item.

See Also

Reference

Microsoft.Dynamics.Framework.Reports Namespace