RelationalColumnSymbolPlacement 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 (24.3.0.1000)
Syntax public NumericSymbolPlacement SymbolPlacement { get; set; }
Public Property SymbolPlacement As NumericSymbolPlacement
Get
Set
public:
virtual property NumericSymbolPlacement SymbolPlacement {
NumericSymbolPlacement get () sealed;
void set (NumericSymbolPlacement value) sealed;
}
abstract SymbolPlacement : NumericSymbolPlacement with get, set
override SymbolPlacement : NumericSymbolPlacement with get, set
Property Value
Type:
NumericSymbolPlacementImplements
IDataElementSymbolPlacementSee Also