menu

WinForms

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

    Show / Hide Table of Contents

    Class MeasureElement

    Represents the wrapper class of measure that contains only the required information of measure for generating MDXQuery and mainly created for scalability.

    Inheritance
    System.Object
    Element
    MeasureElement
    Implements
    ICloneable<Element>
    ICloneable<MeasureElement>
    Inherited Members
    Element.ElementName
    Element.Name
    Element.Properties
    Element.RootNodeCaption
    Element.Visible
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Olap.Reports
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class MeasureElement : Element, ICloneable<Element>, ICloneable<MeasureElement>

    Constructors

    MeasureElement()

    Initializes a new instance of the MeasureElement class.

    Declaration
    public MeasureElement()

    Properties

    Format

    Gets or sets the format of the measure.

    Declaration
    public NumberFormat Format { get; set; }
    Property Value
    Type
    NumberFormat

    FormatString

    Gets or sets the custom format string value.

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

    UniqueName

    Gets or sets the unique name of the measure.

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

    The unique name of the measure.

    Methods

    Clone()

    Clones this instance.

    Declaration
    public MeasureElement Clone()
    Returns
    Type Description
    MeasureElement

    A copy of this instance.

    Implements

    ICloneable<T>
    ICloneable<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved