IDataInputServiceRetrieveContextualMeasureValues Method

Retrieves the contextual measure values for the specified metric set.

Namespace: Dundas.BI.Data.DataInput
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
ICollection<ContextualValue> RetrieveContextualMeasureValues(
	Guid metricSetId,
	ICollection<string> contextualMeasures,
	IEnumerable<ParameterValue> parameterValues
)

Parameters

metricSetId  Guid
The metric set ID.
contextualMeasures  ICollectionString
The contextual measures unique names.
parameterValues  IEnumerableParameterValue
The parameter values.

Return Value

ICollectionContextualValue
The list of contextual measure values.
Exceptions
ExceptionCondition
ArgumentExceptionmetricSetId is Empty.
NotFoundExceptionThe metric set with the specified ID does not exist.
NoPrivilegeExceptionThe caller does not have the Read privilege on the specified metric set.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also