TotalsSettings Class

Class that describes the visual settings for result totals.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalTotalsSettings

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class TotalsSettings : IEquatable<TotalsSettings>

The TotalsSettings type exposes the following members.

Constructors
  NameDescription
Public methodTotalsSettings(CellsetAxis)
Initializes a new instance of the TotalsSettings class.
Public methodTotalsSettings(CellsetAxis, Boolean)
Initializes a new instance of the TotalsSettings class.
Public methodTotalsSettings(CellsetAxis, Boolean, Boolean)
Initializes a new instance of the TotalsSettings class.
Top
Properties
  NameDescription
Public propertyItemizeTotals
Gets a value indicating whether the totals captions should display the child count.
Public propertyPlaceTotalsAtBottom
Gets a value indicating whether the shown totals, if any, are to be placed at the bottom of the result.
Public propertyShownTotals
Gets the value indicating how totals should be displayed.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(TotalsSettings)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Top
See Also