Share via


GridViewDefinition.PreRenderTransforms property

Gets or sets a set of transform operations that are applied to this object prior to rendering the scorecard.

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

Syntax

'Declaration
Public Property PreRenderTransforms As GridViewTransformReferenceCollection
    Get
    Set
'Usage
Dim instance As GridViewDefinition
Dim value As GridViewTransformReferenceCollection

value = instance.PreRenderTransforms

instance.PreRenderTransforms = value
public GridViewTransformReferenceCollection PreRenderTransforms { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.GridViewTransformReferenceCollection
A set of transform operations that are applied to this object prior to rendering the scorecard.

See also

Reference

GridViewDefinition class

GridViewDefinition members

Microsoft.PerformancePoint.Scorecards namespace