IDataInputServiceCreateContextualMeasureValue Method

Creates a contextual measure value for a specific set of coordinates.

Namespace: Dundas.BI.Data.DataInput
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
ContextualValue CreateContextualMeasureValue(
	Guid metricSetId,
	string contextualMeasureUniqueName,
	Number? value,
	IEnumerable<SingleMemberValue> renderedMembers,
	IEnumerable<ParameterValue> parameterValues
)

Parameters

metricSetId  Guid
The metric set ID.
contextualMeasureUniqueName  String
The unique name for the contextual measure.
value  NullableNumber
The measure value.
renderedMembers  IEnumerableSingleMemberValue
The coordinates rendered members.
parameterValues  IEnumerableParameterValue
The coordinates parameter values.

Return Value

ContextualValue
The contextual value.
Exceptions
ExceptionCondition
ArgumentExceptionmetricSetId is Empty.
NotFoundExceptionThe metric set with the specified ID does not exist.
NoPrivilegeExceptionThe caller does not have the Write privilege on the specified metric set.
InvalidSessionExceptionThe caller context is not associated with a valid session.
InvalidOperationExceptionContextual measure values are not supported for the specified measure.
InvalidDataInputCoordinateExceptionThe specified coordinates are invalid.
See Also