MissingDataCellPolicy Enumeration

Missing data policy enumeration defines what to do with data cells that have a value.

Namespace:  Dundas.BI.Notifications
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public enum MissingDataCellPolicy
Members
  Member nameValueDescription
Skip0 Skip the cell.
TreatAsZero1 Treat value as zero.
UseExistingRule2 Use the existing metric set rule.
See Also