dundas.data.RequestOverrides Class

 

Inheritance Hierarchy

 
Class
   dundas.data.RequestOverrides
 

Constructors

 
  Name Description
init Initializes the RequestOverrides. Called during construction.
 
 

Properties

 
  Name Description
hierarchyOverrides Gets or sets the client hierarchy overrides.
isResultTransposed Gets or sets a value indicating whether the result should be transposed.
isTimeMemberSharingEnabled 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.
isTotalsAtBottom Gets or sets a value indicating whether the shown totals, if any, are placed at the bottom of the result.
itemizeTotals Gets or sets a value indicating whether total caption should include child item count.
measureOverrides Gets or sets the client measure overrides.
shownTotals Gets or sets the flag indicating the requested total types. Null to just use the default.
sortPriorityOverrides 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 cancelled, while hierarchies missing from the list are place at the end of their corresponding axis.
topBottomOverrides Gets or sets the top / bottom request overrides.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.