IAnnotationServiceRetrieveAnnotations Method

Retrieves the annotations.

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

Parameters

metricSetId
Type: SystemGuid
The metric set ID.
parameterValues
Type: System.Collections.GenericIEnumerableParameterValue
The parameter values.

Return Value

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