OLAPReportViewData.QueryState Property (Microsoft.PerformancePoint.Scorecards)

The definition of the query.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlElementAttribute> _
Public Property QueryState As QueryState
'Usage
Dim instance As OLAPReportViewData
Dim value As QueryState

value = instance.QueryState

instance.QueryState = value
[XmlElementAttribute] 
public QueryState QueryState { get; set; }

Remarks

A QueryState object contains the definition of an OLAP query for the associated cube, which is information such as definitions for the hierarchies on each axis, filter information, and sort information. It also contains methods to manipulate the query, such as DrillUp and GetMemberSet.

See Also

Reference

OLAPReportViewData Class
OLAPReportViewData Members
Microsoft.PerformancePoint.Scorecards Namespace