PivotTable.MDX Property

Definition

Returns a String indicating the MDX (Multidimensional Expression) that would be sent to the provider to populate the current PivotTable view. Read-only.

public:
 property System::String ^ MDX { System::String ^ get(); };
public string MDX { get; }
Public ReadOnly Property MDX As String

Property Value

Remarks

Querying this value for a non-Online Analytical Processing (OLAP) PivotTable, or when there is no PivotTable view (no data items), will return a run-time error.

Applies to