Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an annotation that is associated with a scorecard cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function CreateAnnotation ( _
annotation As Annotation _
) As Annotation
'Usage
Dim instance As IBIMonitoringStore
Dim annotation As Annotation
Dim returnValue As Annotation
returnValue = instance.CreateAnnotation(annotation)
Annotation CreateAnnotation(
Annotation annotation
)
Parameters
annotation
Type: Microsoft.PerformancePoint.Scorecards.AnnotationThe annotation to create.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Annotation
The new annotation.