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 or sets the member transforms that are applied to the scorecard view.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Property MemberTransforms As List(Of MemberTransform)
Get
Set
'Usage
Dim instance As GridViewDataInputs
Dim value As List(Of MemberTransform)
value = instance.MemberTransforms
instance.MemberTransforms = value
public List<MemberTransform> MemberTransforms { get; set; }
Property Value
Type: System.Collections.Generic.List<MemberTransform>
The member transforms that are applied to the scorecard view.
Remarks
These transforms are used by the RowColumnGridViewTransform. They contain the filters connected to rows, columns, and hierarchies and to drill or expand transforms.