MetricSetBindingIncludeMeasureCorrections Property |
Gets or sets a value indicating whether to include measure corrections.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic bool IncludeMeasureCorrections { get; set; }Public Property IncludeMeasureCorrections As Boolean
Get
Set
public:
property bool IncludeMeasureCorrections {
bool get ();
void set (bool value);
}member IncludeMeasureCorrections : bool with get, set
Property Value
Type:
Boolean to include measure corrections; otherwise,
.
See Also