• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Report Action Element

API Type:
Varigence.Languages.Biml.Cube.Action.AstReportActionNode
X-Ref:
  • Ast Report Action Node
  • Ast Action Node

Attributes

AttributeAPI TypeDefaultDescription
NameString 
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
PathString 
This value specifies the path to the report within the report server. This is a required property
ReportServerString 
This value specifies the maximum number of rows the drillthrough action should return. This is a required property
ApplicationString 
This value associates an action with a specific client application.
CaptionString 
This value provides a caption to be displayed for the action.
CaptionIsMdxBooleanfalse
This value specifies whether the caption is a Multidimensional Expressions (MDX) expression. The default value is False.
ConditionString 
This value contains a Multidimensional Expressions (MDX) expression that indicates whether the action applies to the target specified in the Target property.
DescriptionString 
This value provides a description to be displayed for the action.
InvocationActionInvocationInteractive
This value indicates how and when the action is called.
TargetString 
This value identifies the specific cube, dimension, hierarchy, or level that is associated with an action.
TargetTypeActionTargetTypeLevelMembers
This value specifies what type of object the target is.

Collection Children

ChildAPI TypeDescription
<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.
<ReportFormatParameters>
    <ReportFormatParameter />
</ReportFormatParameters>
AstReportActionParameterMappingNode
This is a collection of report format parameter definitions for the Report Action.
<ReportParameters>
    <ReportParameter />
</ReportParameters>
AstReportActionParameterMappingNode
This is a collection of report parameter definitions for the Report Action.
<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.

© Varigence