PivotItemFormatRule Constructors
A format rule used to apply conditional formatting to the Pivot dashboard item.Name | Parameters | Description |
---|---|---|
PivotItemFormatRule() | none | Initializes a new instance of the PivotItemFormatRule class. |
PivotItemFormatRule(DataItem, DataItem) | item, itemApplyTo | Initializes a new instance of the PivotItemFormatRule class. |
PivotItemFormatRule(DataItem) | item | Initializes a new instance of the PivotItemFormatRule class. |
See Also