menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OlapDataChangedEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved