StiPivotTableElementCondition Class
Namespace: Stimulsoft.Dashboard.Components.PivotTable
Inheritance
Implements: IStiPivotTableElementCondition
Constructors
| Constructor | Description |
|---|---|
| StiPivotTableElementCondition() |
StiPivotTableElementCondition()
Properties
| Property | Type | Description |
|---|---|---|
| BackColor | Color | |
| Condition | Report.Components.StiFilterCondition | |
| ConditionType | StiPivotTableConditionType | |
| DataType | Report.Components.StiFilterDataType | |
| Font | Font | |
| Icon | StiFontIcons | |
| IconAlignment | StiIconAlignment | |
| IconColor | Color | |
| KeyValueMeter | string | |
| MeasureField | string | |
| Permissions | StiConditionPermissions | |
| TextColor | Color | |
| TopNConditionCell | bool | |
| TopNConditionHeader | bool | |
| TopNConditionTotal | bool | |
| TopNCount | int | |
| TopNMode | StiDataTopNMode | |
| Value | string |
Methods
| Method | Returns | Description |
|---|---|---|
| Clone | object | |
| GetIcon | byte[] | |
| GetUniqueCode | int | |
LoadFromJson static |
StiPivotTableElementCondition | |
| LoadFromJsonObject | void | |
| SaveToJsonObject | JObject |
Method Details
Clone
Clone(): object
Returns object
GetIcon
GetIcon(isExporting: bool): byte[]
Parameters
- isExporting (bool)
Returns byte[]
GetUniqueCode
GetUniqueCode(): int
Returns int
LoadFromJson static
LoadFromJson(json: JObject): StiPivotTableElementCondition
Parameters
- json (JObject)
Returns StiPivotTableElementCondition
LoadFromJsonObject
LoadFromJsonObject(jObject: JObject): void
Parameters
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject