Class ReportDimensionElement
Contains the report element such as dimension, hierarchy, level and members
Inheritance
Namespace: Syncfusion.Windows.Shared.Olap
Assembly: Syncfusion.OlapShared.WPF.dll
Syntax
public class ReportDimensionElement : DependencyObject, IReportDimensionElement
Constructors
ReportDimensionElement()
Initializes a new instance of the ReportDimensionElements class.
Declaration
public ReportDimensionElement()
Fields
DimensionNameProperty
Using a DependencyProperty as the backing store for DimensionName. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty DimensionNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ExcludedMembersProperty
Using a DependencyProperty as the backing store for ExcludedMembersProperty. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ExcludedMembersProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
HierarchyNameProperty
Using a DependencyProperty as the backing store for HierarchyName. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty HierarchyNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LevelNameProperty
Using a DependencyProperty as the backing store for LevelName. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LevelNameProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
DimensionName
Gets or sets the name of the dimension.
Declaration
public string DimensionName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the dimension. |
ExcludedMembers
Gets or sets the member.
Declaration
public ExcludedMembers ExcludedMembers { get; set; }
Property Value
Type | Description |
---|---|
ExcludedMembers | The member. |
HierarchyName
Gets or sets the name of the hierarchy.
Declaration
public string HierarchyName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the hierarchy. |
LevelName
Gets or sets the name of the level.
Declaration
public string LevelName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the level. |