DataDrivenNotificationDefineCustomState Method

Defines a new custom state for the current instance.

Namespace: Dundas.BI.Notifications
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public CustomState DefineCustomState(
	MeasureUsage measure,
	string name,
	string description,
	RangeNumberValue rangeNumberValue
)

Parameters

measure  MeasureUsage
The measure.
name  String
The state name.
description  String
The state description.
rangeNumberValue  RangeNumberValue
The defined range for the custom state.

Return Value

CustomState
The custom state.
Exceptions
ExceptionCondition
ArgumentNullExceptionmeasure or rangeNumberValue is .
See Also