Share via


GridViewDataInputs.MemberTransforms property

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.

See also

Reference

GridViewDataInputs class

GridViewDataInputs members

Microsoft.PerformancePoint.Scorecards namespace