MeasureUsageFormatInfoUseCubeFormatInfo Property |
Gets or sets a value indicating whether the cube measure formatting information should be used.
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic bool UseCubeFormatInfo { get; set; }Public Property UseCubeFormatInfo As Boolean
Get
Set
public:
property bool UseCubeFormatInfo {
bool get ();
void set (bool value);
}member UseCubeFormatInfo : bool with get, set
Property Value
Type:
Boolean if the cube measure formatting information should be used; otherwise the local instance overrides are used.
See Also