Class OlapDataChangedEventArgs
Provides data for the OlapDataChanged event.
Inheritance
System.Object
OlapDataChangedEventArgs
Namespace: Syncfusion.Olap.UWP.Manager
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class OlapDataChangedEventArgs : EventArgs
Constructors
OlapDataChangedEventArgs()
Declaration
public OlapDataChangedEventArgs()
Properties
AllowMdxToOlapReportParse
Gets or sets a value indicating whether the mdx query is allowed to parse or not.
Declaration
public bool AllowMdxToOlapReportParse { get; set; }
Property Value
Type |
---|
System.Boolean |
IsDrilledDown
Gets or sets a value indicating whether the data is drilled.
Declaration
public Nullable<bool> IsDrilledDown { get; set; }
Property Value
Type |
---|
System.Nullable<System.Boolean> |
MDXQuery
Gets or sets the MDX query.
Declaration
public string MDXQuery { get; set; }
Property Value
Type |
---|
System.String |
SerializedReport
Gets or sets the serialized OLAP report.
Declaration
public string SerializedReport { get; set; }
Property Value
Type |
---|
System.String |