Class MdxDialog
Represents the dialog control to display the MDX query for the current report.
Inheritance
System.Object
MdxDialog
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.PivotClient
Assembly: Syncfusion.SfPivotClient.UWP.dll
Syntax
public class MdxDialog : Control, IDisposable
Constructors
MdxDialog()
Initializes a new instance of the MdxDialog class.
Declaration
public MdxDialog()
Fields
MdxQueryProperty
Using a DependencyProperty as the backing store for MdxQuery. This enables animation, styling, binding, etc...
Declaration
public static DependencyProperty MdxQueryProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
MdxQuery
Gets or sets the MDX query for the current report.
Declaration
public string MdxQuery { get; set; }
Property Value
Type |
---|
System.String |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
OnApplyTemplate()
Builds the visual tree for this control when a new template is applied.
Declaration
protected override void OnApplyTemplate()
Implements
System.IDisposable