menu

WPF

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

    Show / Hide Table of Contents

    Class ReportMeasureElement

    Describes a measure element.

    Inheritance
    System.Object
    ReportMeasureElement
    Namespace: Syncfusion.Windows.Shared.Olap
    Assembly: Syncfusion.OlapShared.WPF.dll
    Syntax
    public class ReportMeasureElement : DependencyObject

    Constructors

    ReportMeasureElement()

    Initializes a new instance of the ReportMeasureElement class.

    Declaration
    public ReportMeasureElement()

    Fields

    NameProperty

    Using a DependencyProperty as the backing store for Name. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty NameProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Name

    Gets or sets the name.

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

    The name.

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