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. |