ClientOverrides Class

Class used to model client specific overrides used in data retrieval operations.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalClientOverrides

Namespace: Dundas.BI.Data.DataRetrieval
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class ClientOverrides

The ClientOverrides type exposes the following members.

Properties
 NameDescription
Public propertyHierarchyOverrides Gets the client hierarchy overrides.
Public propertyIsResultTransposed Gets or sets a value indicating whether the result should be transposed.
Public propertyIsTimeMemberSharingEnabled Gets or sets a value indicating whether hierarchy shared members should be combined or not for the purpose of visualization. The standard example is to combine Week 53 of any given year with Week 01 of the subsequent year.
Public propertyIsTotalsAtBottom Gets or sets a value indicating whether the shown totals, if any, are placed at the bottom of the result.
Public propertyItemizeTotals Gets or sets a value indicating whether the shown totals, if any, display the child count.
Public propertyMeasureOverrides Gets the client measure overrides.
Public propertyMissingDataHierarchies Gets the hierarchies that are used when processing missing data rules.
Public propertyShownTotals Gets or sets the shown totals.
Public propertySortPriorityOverrides Gets the client sort priority overrides and allows mixing sorting priorities between measures and hierarchies. It also allows changing the index position on the corresponding axis for all the metric set elements, thus reflecting the new sorting priorities. Measures missing from the list have their sorting canceled, while hierarchies missing from the list are place at the end of their corresponding axis.
Public propertyTopBottomOverrides Gets or sets the top / bottom request overrides.
Public propertyTotalsHierarchies Gets the hierarchies for which totals are requested.
Top
See Also