menu

UWP

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

    Show / Hide Table of Contents

    Class GetLevelMembersUsingMdxEventArgs

    Provides data for theGetLevelMembersUsingMdx event.

    Inheritance
    System.Object
    GetLevelMembersUsingMdxEventArgs
    Namespace: Syncfusion.Olap.UWP.Manager
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class GetLevelMembersUsingMdxEventArgs : EventArgs

    Constructors

    GetLevelMembersUsingMdxEventArgs()

    Declaration
    public GetLevelMembersUsingMdxEventArgs()

    Properties

    AxisPosition

    Gets or sets the value for the axis position.

    Declaration
    public int AxisPosition { get; set; }
    Property Value
    Type
    System.Int32

    CubeName

    Gets or sets the value for the cube name.

    Declaration
    public string CubeName { get; set; }
    Property Value
    Type
    System.String

    IsGrandTotalOn

    Gets or sets a value indicating whether grand total should appear or not.

    Declaration
    public bool IsGrandTotalOn { get; set; }
    Property Value
    Type
    System.Boolean

    MemberUniqueName

    Gets or sets the value for the member unique name.

    Declaration
    public string MemberUniqueName { get; set; }
    Property Value
    Type
    System.String

    PagingParams

    Gets or sets the paging parameter.

    Declaration
    public string PagingParams { 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