RequestOverridesData Class |
Namespace: Dundas.BI.WebApi.Models
The RequestOverridesData type exposes the following members.
Name | Description | |
---|---|---|
RequestOverridesData |
Initializes a new instance of the RequestOverridesData class.
|
Name | Description | |
---|---|---|
HierarchyOverrides |
Gets 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 the shown totals, if any, display the child count.
| |
MeasureOverrides |
Gets the client measure overrides.
| |
ShownTotals |
Gets or sets the shown totals.
| |
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 canceled, while hierarchies missing from the list are place at the end of their corresponding axis.
| |
TopBottomOverrides |
Gets or sets the top / bottom request overrides.
| |
UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) |
Name | Description | |
---|---|---|
ToDataContractMappings |
The mapping between RequestOverridesData and ClientOverrides.
|