IAnnotationServiceRetrieveAnnotations Method

Retrieves the annotations.

Namespace: Dundas.BI.Data.Annotations
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
IList<Annotation> RetrieveAnnotations(
	Guid metricSetId,
	IEnumerable<ParameterValue> parameterValues
)

Parameters

metricSetId  Guid
The metric set ID.
parameterValues  IEnumerableParameterValue
The parameter values.

Return Value

IListAnnotation
The list of annotations.
Exceptions
ExceptionCondition
ArgumentExceptionmetricSetId is Empty.
NotFoundExceptionThe metric set with the specified ID does not exist.
NoPrivilegeExceptionCaller does not have the Read privilege on the specified entity.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also