GridViewData.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 GridViewData
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.
Remarks
The PreQuery and PostQuery transforms are applied only once when the GridViewData object is generated, but the PreRender transform is applied each time the scorecard view is rendered.
See Also
Reference
Microsoft.PerformancePoint.Scorecards Namespace