Share via


GridViewDefinition.PreQueryTransforms property

Gets or sets a set of transform operations that are applied to this object immediately before retrieving data from the data sources.

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

Syntax

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

value = instance.PreQueryTransforms

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

Property value

Type: Microsoft.PerformancePoint.Scorecards.GridViewTransformReferenceCollection
A set of transform operations that are applied to this object immediately before retrieving data from the data sources.

See also

Reference

GridViewDefinition class

GridViewDefinition members

Microsoft.PerformancePoint.Scorecards namespace