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 (24.3.0.1000)
Syntax
ICollection<ContextualValue> RetrieveContextualMeasureValues(
	Guid metricSetId,
	ICollection<string> contextualMeasures,
	IEnumerable<ParameterValue> parameterValues
)

Parameters

metricSetId
Type: SystemGuid
The metric set ID.
contextualMeasures
Type: System.Collections.GenericICollectionString
The contextual measures unique names.
parameterValues
Type: System.Collections.GenericIEnumerableParameterValue
The parameter values.

Return Value

Type: 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