Open this page in the API Guide

TotalsSettings Class

Class that describes the visual settings for result totals.
Inheritance Hierarchy
System.Object
  Dundas.BI.Data.DataRetrieval.TotalsSettings

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.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 Object.Equals(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 Object.GetHashCode().)
Top
See Also