BIMonitoringServiceApplicationProxy.CreateAnnotation Method

Creates an annotation for a scorecard cell.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public Function CreateAnnotation ( _
    annotation As Annotation _
) As Annotation
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim annotation As Annotation
Dim returnValue As Annotation

returnValue = instance.CreateAnnotation(annotation)
public Annotation CreateAnnotation(
    Annotation annotation
)

Parameters

Return Value

Type: Microsoft.PerformancePoint.Scorecards.Annotation
The new annotation.

Implements

IBIMonitoringServiceApplicationProxy.CreateAnnotation(Annotation)

Remarks

The properties of the annotation associate it with a scorecard and cell.

See Also

Reference

BIMonitoringServiceApplicationProxy Class

BIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace