Standard Action Element
X-Ref:
- Ast Standard Action Node
- Ast Action Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Name | String | Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property | |
Type | ActionType | Url | This value specifies a type for the action. Action types that can be associated with a StandardAction object include: CommandLine, Dataset, Html, Proprietary, Rowset, and Url. |
Application | String | This value associates an action with a specific client application. | |
Caption | String | This value provides a caption to be displayed for the action. | |
CaptionIsMdx | Boolean | false | This value specifies whether the caption is a Multidimensional Expressions (MDX) expression. The default value is False. |
Condition | String | This value contains a Multidimensional Expressions (MDX) expression that indicates whether the action applies to the target specified in the Target property. | |
Description | String | This value provides a description to be displayed for the action. | |
Invocation | ActionInvocation | Interactive | This value indicates how and when the action is called. |
Target | String | This value identifies the specific cube, dimension, hierarchy, or level that is associated with an action. | |
TargetType | ActionTargetType | LevelMembers | This value specifies what type of object the target is. |
Singleton Children
Child | API Type | Description |
---|---|---|
<Expression /> | String | String is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx. This is a required property |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |
<Translations> <Translation /> </Translations> | AstTranslationNode | This value contains alternate language versions of measure groups, measures, cube dimension, perspectives, KPIs, actions, named sets, and calculated members associated with a dimension. These are used by client applications such as Microsoft Excel to show values for dimension metadata that are consistent with the language of the end-user. |