PivotGridAppearancesPrint Properties
Provides the appearance settings used to paint the elements in a Pivot Grid Control when it’s printed.| Name | Description |
|---|---|
| Cell | Gets the appearance settings used to paint data cells. Inherited from PivotGridAppearancesBase. |
| CustomTotalCell | Gets the appearance settings used to paint custom total cells. Inherited from PivotGridAppearancesBase. |
| FieldHeader | Gets the default appearance settings used to paint field headers. Inherited from PivotGridAppearancesBase. |
| FieldValue | Gets the appearance settings used to paint the values of fields and the default appearance settings used to paint grand totals and totals. Inherited from PivotGridAppearancesBase. |
| FieldValueGrandTotal | Gets the appearance settings used to paint grand total headers. Inherited from PivotGridAppearancesBase. |
| FieldValueTotal | Gets the appearance settings used to paint the headers of Totals. Inherited from PivotGridAppearancesBase. |
| FilterSeparator | For internal use. |
| GrandTotalCell | Gets the appearance settings used to paint Grand Total cells. Inherited from PivotGridAppearancesBase. |
| HeaderGroupLine | For internal use. |
| IsDisposed | Gets whether the current object has been disposed of. Inherited from BaseAppearanceCollection. |
| IsLoading | For internal use. Inherited from PivotGridAppearancesBase. |
| Lines | Gets the appearance settings used to paint the horizontal and vertical lines. Inherited from PivotGridAppearancesBase. |
| TotalCell | Gets the appearance settings used to paint automatic total cells. Inherited from PivotGridAppearancesBase. |
See Also