Class Element
Enforces a boundary to the element objects.
Inheritance
System.Object
Element
Implements
Inherited Members
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 Element : ICloneable<Element>
Remarks
By default, member element is marked as visible, but hierarchy element and level element will be set as invisible, if the user wants to see this in the result set, then it can be set as visible.
Constructors
Element()
Declaration
public Element()
Properties
ElementName
Gets or sets the element name.
Declaration
public string ElementName { get; set; }
Property Value
Type |
---|
System.String |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Properties
Gets or sets the collection of properties.
Declaration
public PropertyCollection Properties { get; set; }
Property Value
Type | Description |
---|---|
PropertyCollection | The collection of properties. |
RootNodeCaption
Gets or sets the parent caption of the element.
Declaration
public string RootNodeCaption { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parent caption of the element. |
Visible
Gets or sets a value indicating whether this Element is visible.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
Clone()
Clones this instance.
Declaration
public Element Clone()
Returns
Type | Description |
---|---|
Element | A copy of this instance. |