DimensionAttributeVisualizationProperties Class

Defines properties that can be used by reporting tools to provide enhanced formatting.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.DimensionAttributeVisualizationProperties

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Class DimensionAttributeVisualizationProperties
'Usage
Dim instance As DimensionAttributeVisualizationProperties
public class DimensionAttributeVisualizationProperties
public ref class DimensionAttributeVisualizationProperties
type DimensionAttributeVisualizationProperties =  class end
public class DimensionAttributeVisualizationProperties

The DimensionAttributeVisualizationProperties type exposes the following members.

Constructors

  Name Description
Public method DimensionAttributeVisualizationProperties Initializes a new instance of the DimensionAttributeVisualizationProperties class.

Top

Properties

  Name Description
Public property Alignment Gets or sets the justification within a column.
Public property CommonIdentifierPosition Gets or sets the ordinal position of the object in a list of common attributes that can be used to identify a record.
Public property ContextualNameRule Gets or sets a naming format to disambiguate attributes from role-playing dimensions.
Public property DefaultAggregateFunction Gets or sets the aggregate function to be used by reporting tools to summarize attribute values.
Public property DefaultDetailsPosition Gets or sets the ordinal position of the attribute in a list of common attributes that can be used to summarize a record.
Public property DisplayKeyPosition Gets or sets the ordinal position of the attribute in a list of user-readable values that uniquely identify a record.
Public property FolderPosition Gets or sets the ordinal position of the attribute in its display folder.
Public property IsDefaultImage Gets or sets a value that indicates whether this image is used to represent a record.
Public property IsFolderDefault Gets or sets a value that indicates whether this attribute should be used to represent the contents of its display folder.
Public property IsRightToLeft Gets or sets a value that indicates whether the text should be displayed from right to left.
Public property SortDirection Gets or sets a value that provides guidance to reporting tools on how to sort values.
Public property SortPropertiesPosition Gets or sets the ordinal position of the object in a list of attributes to sort on.
Public property Units Gets or sets the name of the unit that appears next to a value.
Public property Width Gets or sets a number that indicates the size of the column (in characters) where values are displayed.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AnalysisServices Namespace