DataCellFormattedValue Property |
Gets or sets the formatted value.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string FormattedValue { get; set; }
Public Property FormattedValue As String
Get
Set
public:
property String^ FormattedValue {
String^ get ();
void set (String^ value);
}
member FormattedValue : string with get, set
Property Value
Type:
StringSee Also