This topic has not yet been rated - Rate this topic

DataItem.Format Property

Gets or sets the formatting property for DataItem values.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.FormatConverter, Microsoft.AnalysisServices.Design")]
public string Format { get; set; }

Property Value

Type: System.String
A string with the formatting value.

Trimming is the only formatting enabled in the current version of SQL Server Analysis Services.

The supported format values are TrimRight, TrimLeft, TrimAll, and TrimNone.

Default value is TrimRight.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.