Skip to main content

Enum SsasMeasureFormat

Namespace: Varigence.Languages.Biml.Cube

Assembly: Biml.dll

C#


public enum SsasMeasureFormat

Fields

FieldsDescription
CurrencySpecifies that the value should be formatted as currency by the client application.
LongDateSpecifies that the value should be formatted as a long date by the client application.
PercentSpecifies that the value should be formatted as a percentage by the client application.
ShortDateSpecifies that the value should be formatted as a short date by the client application.
StandardSpecifies that the value should be formatted as a standard numeric value by the client application.