DataItem.Format Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the formatting property for DataItem values.
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.FormatConverter, Microsoft.AnalysisServices.Design.AS")]
public string Format { get; set; }
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.FormatConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.Format : string with get, set
Public Property Format As String
Property Value
A string with the formatting value.
- Attributes
Remarks
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.