Version

MdxSettings Class Members

The following tables list the members exposed by MdxSettings.

Public Constructors
 NameDescription
Public ConstructorMdxSettings ConstructorInitializes a new instance of the MdxSettings class.  
Public Properties
 NameDescription
Public PropertyAddCalculatedMembersOnColumnsGets or sets a value indicating whether the set's expression on columns axis is wrapped with AddCalculatedMembers method call.  
Public PropertyAddCalculatedMembersOnRowsGets or sets a value indicating whether the set's expression on rows axis is wrapped with AddCalculatedMembers method call.  
Public PropertyAddDimensionPropertiesOnColumnsGets or sets a value indicating whether DIMENSION PROPERTIES clause is present for columns axis expression.  
Public PropertyAddDimensionPropertiesOnRowsGets or sets a value indicating whether DIMENSION PROPERTIES clause is present for rows axis expression.  
Public PropertyColumnsAxisSettingsGets the columns axis MDX settings.  
Public PropertyDimensionPropertiesOnColumnsGets the list of the dimension properties to be present on columns axis.  
Public PropertyDimensionPropertiesOnRowsGets the list of the dimension properties to be present on rows axis.  
Public PropertyDistinctOnColumnsGets or sets a value indicating whether the columns' axis expression should be wrapped with Distinct method.  
Public PropertyDistinctOnRowsGets or sets a value indicating whether the row's axis expression should be wrapped with Distinct method.  
Public PropertyHierarchizeColumnsGets or sets a value indicating whether the axis' expression on columns axis is wrapped with Hierarchize method call.  
Public PropertyHierarchizeRowsGets or sets a value indicating whether the axis' expression on rows axis is wrapped with Hierarchize method call.  
Public PropertyNonEmptyOnColumnsGets or sets a value indicating whether NON EMPTY clause is present for columns axis expression.  
Public PropertyNonEmptyOnRowsGets or sets a value indicating whether NON EMPTY clause is present for rows axis expression.  
Public PropertyRowsAxisSettingsGets the rows axis MDX settings.  
Public PropertySlicerAxisSettingsGets the slicer axis MDX settings.  
Public PropertyVisualTotalsOnColumnsGets or sets a value indicating whether the set's expression on column axis is wrapped with VisualTotals method call.  
Public PropertyVisualTotalsOnRowsGets or sets a value indicating whether the set's expression on rows axis is wrapped with VisualTotals method call.  
Public Methods
 NameDescription
Public MethodResetToDefaultDimensionPropertiesPopulates the list with the default minimum of the dimension properties.  
See Also