Annotation Constructor (Guid, RepositoryLocation, TupleCollection, String)
Initializes a new instance of the Annotation class.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
configuredViewID As Guid, _
scorecardLocation As RepositoryLocation, _
tupleCollection As TupleCollection, _
cellPath As String _
)
'Usage
Dim configuredViewID As Guid
Dim scorecardLocation As RepositoryLocation
Dim tupleCollection As TupleCollection
Dim cellPath As String
Dim instance As New Annotation(configuredViewID, _
scorecardLocation, tupleCollection, _
cellPath)
public Annotation(
Guid configuredViewID,
RepositoryLocation scorecardLocation,
TupleCollection tupleCollection,
string cellPath
)
Parameters
configuredViewID
Type: System.GuidThe GUID of the ConfiguredView object for this annotation instance.
scorecardLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the scorecard in the repository.
tupleCollection
Type: Microsoft.PerformancePoint.Scorecards.TupleCollectionThe column, row, and page filter selections that correspond to the scorecard cell or cells for this annotation.
cellPath
Type: System.StringThe coordinates of the scorecard cell that the annotation is associated with.