WPF

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

    Show / Hide Table of Contents

    Class DisplayIfDiscreteValuesEqual

    Displays the aggregated value in the PivotComputation column, if all the values are aggregated to be same else the value in PadString property is displayed.

    Inheritance
    System.Object
    SummaryBase
    DisplayIfDiscreteValuesEqual
    Inherited Members
    SummaryBase.ShowNullAsBlank
    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.PivotAnalysis.Base
    Assembly: Syncfusion.PivotAnalysis.Base.dll
    Syntax
    public class DisplayIfDiscreteValuesEqual : SummaryBase

    Constructors

    DisplayIfDiscreteValuesEqual()

    Displays if the discrete values are equal.

    Declaration
    public DisplayIfDiscreteValuesEqual()

    Properties

    PadString

    Returns the padded string

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

    Methods

    Combine(Object)

    Combines the different values together.

    Declaration
    public override void Combine(object other)
    Parameters
    Type Name Description
    System.Object other

    Object

    Overrides
    SummaryBase.Combine(Object)

    CombineSummary(SummaryBase)

    Combines the different summaries into one.

    Declaration
    public override void CombineSummary(SummaryBase other)
    Parameters
    Type Name Description
    SummaryBase other
    Overrides
    SummaryBase.CombineSummary(SummaryBase)

    GetInstance()

    Returns the instance of type DisplayIfDiscreteValuesEqual.

    Declaration
    public override SummaryBase GetInstance()
    Returns
    Type Description
    SummaryBase
    Overrides
    SummaryBase.GetInstance()

    GetResult()

    Obtains the resultant value.

    Declaration
    public override object GetResult()
    Returns
    Type Description
    System.Object
    Overrides
    SummaryBase.GetResult()

    Reset()

    Resets the value for the variables.

    Declaration
    public override void Reset()
    Overrides
    SummaryBase.Reset()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved