menu

WinForms

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

    Show / Hide Table of Contents

    Class NamedSetElement

    Represents the information needed for named set element.

    Inheritance
    System.Object
    Element
    NamedSetElement
    Implements
    ICloneable<Element>
    ICloneable<NamedSetElement>
    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 NamedSetElement : Element, ICloneable<Element>, ICloneable<NamedSetElement>

    Constructors

    NamedSetElement()

    Initializes a new instance of the NamedSetElement class.

    Declaration
    public NamedSetElement()

    NamedSetElement(DimensionElement)

    Initializes a new instance of the NamedSetElement class.

    Declaration
    public NamedSetElement(DimensionElement parentDimensionElement)
    Parameters
    Type Name Description
    DimensionElement parentDimensionElement

    The parent dimension element.

    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.

    DimensionUniqueName

    Gets or sets the unique name of the dimension.

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

    The unique name of the dimension.

    IsQueryScoped

    Gets or sets a value indicating whether this instance is query scoped.

    Declaration
    public bool IsQueryScoped { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is query scoped; otherwise, false.

    ParentDimension

    Gets or sets the parent dimension.

    Declaration
    public DimensionElement ParentDimension { get; set; }
    Property Value
    Type Description
    DimensionElement

    The parent dimension.

    SetQuery

    Gets or sets the set query.

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

    The set query.

    UniqueName

    Gets or sets the unique name of the named set element.

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

    The unique name of NamedSetElement.

    Methods

    Clone()

    Clones this instance.

    Declaration
    public NamedSetElement Clone()
    Returns
    Type Description
    NamedSetElement

    A copy of this instance.

    Implements

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