Open this page in the API Guide

RelationalColumn.SymbolPlacement Property

Gets or sets the location of the symbol. Location of symbol cannot be set for currency as that is handled by user locale settings.

Namespace:  Dundas.BI.Data.Metadata.Relational
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public NumericSymbolPlacement SymbolPlacement { get; set; }

Property Value

Type: NumericSymbolPlacement

Implements

IDataElement.SymbolPlacement
See Also