IAnnotationServiceRetrieveAnnotations Method |
Retrieves the annotations.
Namespace: Dundas.BI.Data.AnnotationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxIList<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 Guid
- The metric set ID.
- parameterValues IEnumerableParameterValue
- The parameter values.
Return Value
IListAnnotationThe list of annotations.
Exceptions
See Also