다음을 통해 공유


GridViewDefinition.PostQueryTransforms Property

Gets or sets a set of transform operations that are applied to this object after 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 PostQueryTransforms As GridViewTransformReferenceCollection
    Get
    Set
'Usage
Dim instance As GridViewDefinition
Dim value As GridViewTransformReferenceCollection

value = instance.PostQueryTransforms

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

Property Value

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

See Also

Reference

GridViewDefinition Class

GridViewDefinition Members

Microsoft.PerformancePoint.Scorecards Namespace