Class ExecuteDrillThroughQueryEventArgs
Provides data for the ExecuteDrillThroughQuery event.
Inheritance
System.Object
ExecuteDrillThroughQueryEventArgs
Namespace: Syncfusion.Olap.UWP.Manager
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class ExecuteDrillThroughQueryEventArgs : EventArgs
Constructors
ExecuteDrillThroughQueryEventArgs()
Declaration
public ExecuteDrillThroughQueryEventArgs()
Properties
MdxQuery
Gets or sets the value for the mdx query.
Declaration
public string MdxQuery { get; set; }
Property Value
Type |
---|
System.String |