menu

UWP

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

    Show / Hide Table of Contents

    Class MDXToOlapParser

    Represents the helper class for parsing the MDX query.

    Inheritance
    System.Object
    MDXToOlapParser
    Namespace: Syncfusion.Olap.UWP.MDXQueryParser
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class MDXToOlapParser : Object

    Constructors

    MDXToOlapParser()

    Declaration
    public MDXToOlapParser()

    Methods

    GenerateOlapReport(String)

    Generates the OLAP report information like axis elements, visibility of expanders, paging options, drill functionalities, etc.,.

    Declaration
    public static OlapReport GenerateOlapReport(string mdxQuery)
    Parameters
    Type Name Description
    System.String mdxQuery

    The MDX query.

    Returns
    Type Description
    OlapReport

    The OLAP report.

    Extension Methods

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