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
)
Function RetrieveAnnotations (
metricSetId As Guid,
parameterValues As IEnumerable(Of ParameterValue)
) As IList(Of Annotation)
IList<Annotation^>^ RetrieveAnnotations(
Guid metricSetId,
IEnumerable<ParameterValue^>^ parameterValues
)
abstract RetrieveAnnotations :
metricSetId : Guid *
parameterValues : IEnumerable<ParameterValue> -> IList<Annotation>
Parameters
- metricSetId
- Type: SystemGuid
The metric set ID. - parameterValues
- Type: System.Collections.GenericIEnumerableParameterValue
The parameter values.
Return Value
Type:
IListAnnotationThe list of annotations.
Exceptions See Also