Version

MdxSettings Class Properties

For a list of all members of this type, see MdxSettings members.

Public Properties
 NameDescription
Public PropertyAddCalculatedMembersOnColumnsGets or sets a value indicating whether a members’ set expressions on COLUMNS axis should be wrapped with AddCalculatedMembers MDX method. Default value is true.  
Public PropertyAddCalculatedMembersOnRowsGets or sets a value indicating whether a members’ set expressions on ROWS axis should be wrapped with AddCalculatedMembers MDX method. Default value is true.  
Public PropertyDimensionPropertiesOnColumnsGets or sets a list of the names of intrinsic non-context sensitive member properties applied on COLUMNS axis. By defult CHILDREN_CARDINALITY and PARENT_UNIQUE_NAME properties are always added to DIMENSION PROPERTIES.  
Public PropertyDimensionPropertiesOnRowsGets or sets a list of the names of intrinsic non-context sensitive member properties applied on ROWS axis. By defult CHILDREN_CARDINALITY and PARENT_UNIQUE_NAME properties are always added to DIMENSION PROPERTIES.  
Public PropertyNonEmptyOnColumnsGets or sets a value indicating whether a NON EMPTY clause is present on COLUMNS axis. Default value is true.  
Public PropertyNonEmptyOnRowsGets or sets a value indicating whether a NON EMPTY clause is present on ROWS axis. Default value is true.  
Protected Properties
 NameDescription
Protected PropertyStoreReturn the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase)
See Also

View on GitHub