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.
Gets the incoming data object, which contains all the context information from the selected cell.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerRendering
Assembly: Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Syntax
'Declaration
Protected Property Data As ConnectionData
Get
Private Set
'Usage
Dim value As ConnectionData
value = Me.Data
protected ConnectionData Data { get; private set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.ConnectionData
The incoming data object, which contains all the context information from the selected cell.
Remarks
The connection data is created by a ParameterScorecardCellProvider object.
See Also
Reference
Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace