WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SlicerRangeFiltersInfo

    Show / Hide Table of Contents

    Class SlicerRangeFiltersInfo

    Represents the information needed for filtering the dimensions available in slicer field based on the value range.

    Inheritance
    System.Object
    SlicerRangeFiltersInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Olap.Reports
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class SlicerRangeFiltersInfo

    Constructors

    SlicerRangeFiltersInfo()

    Initializes a new instance of the SlicerRangeFiltersInfo class. It's used to filter values from one range to another. Also it's been recommended to use the unique name of the member element for start value and end value. The name of the member element can be used for start value and end value if and only if they build the unique name, which normally occurs for some dimensions and not all.

    Declaration
    public SlicerRangeFiltersInfo()

    SlicerRangeFiltersInfo(String, String)

    Initializes a new instance of the SlicerRangeFiltersInfo class. It's used to filter values from one range to another. Also it's been recommended to use the unique name of the member element for start value and end value. The name of the member element can be used for start value and end value if and only if they build the unique name, which normally occurs for some dimensions and not all.

    Declaration
    public SlicerRangeFiltersInfo(string startValueUniqueName, string endValueUniqueName)
    Parameters
    Type Name Description
    System.String startValueUniqueName

    The start name of the value unique.

    System.String endValueUniqueName

    The end name of the value unique.

    SlicerRangeFiltersInfo(String, String, String, String, String)

    Initializes a new instance of the SlicerRangeFiltersInfo class. It's used to filter values from one range to another. Also it's been recommended to use the unique name of the member element for start value and end value. The name of the member element can be used for start value and end value if and only if they build the unique name, which normally occurs for some dimensions and not all.

    Declaration
    public SlicerRangeFiltersInfo(string dimensionName, string hierarchyName, string levelName, string startValueName, string endValueName)
    Parameters
    Type Name Description
    System.String dimensionName

    The name of the dimension.

    System.String hierarchyName

    The name of the hierarchy.

    System.String levelName

    The name of the level.

    System.String startValueName

    The start name of the value.

    System.String endValueName

    The end name of the value.

    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.

    EndValue

    Gets or sets the end value.

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

    The end value.

    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.

    StartValue

    Gets or sets the start value.

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

    The start value.

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