[]
Control used to configure the content options for FlexPivot report.
[TemplatePart(Name = "Root", Type = typeof(Grid))]
[TemplatePart(Name = "IncludeGrid", Type = typeof(CheckBox))]
[TemplatePart(Name = "GridActual", Type = typeof(RadioButton))]
[TemplatePart(Name = "GridSingle", Type = typeof(RadioButton))]
[TemplatePart(Name = "GridWidth", Type = typeof(RadioButton))]
[TemplatePart(Name = "IncludeChart", Type = typeof(CheckBox))]
[TemplatePart(Name = "ChartSingle", Type = typeof(RadioButton))]
[TemplatePart(Name = "ChartWidth", Type = typeof(RadioButton))]
[TemplatePart(Name = "IncludeRaw", Type = typeof(CheckBox))]
[TemplatePart(Name = "RawActual", Type = typeof(RadioButton))]
[TemplatePart(Name = "RawSingle", Type = typeof(RadioButton))]
[TemplatePart(Name = "RawWidth", Type = typeof(RadioButton))]
public class PivotContentOptions : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable
| Name | Description |
|---|---|
| PivotContentOptions() | Initializes a new instance of the PivotContentOptions class. |
| Name | Description |
|---|---|
| ChartScaleProperty | Identifies the ChartScale dependency property. |
| GridScaleProperty | Identifies the GridScale dependency property. |
| IncludeChartProperty | Identifies the IncludeChart dependency property. |
| IncludeGridProperty | Identifies the IncludeGrid dependency property. |
| IncludeRawProperty | Identifies the IncludeRaw dependency property. |
| RawScaleProperty | Identifies the RawScale dependency property. |
| Name | Description |
|---|---|
| ChartScale | Gets or sets the ScaleMode for the Chart. |
| GridScale | Gets or sets the ScaleMode for the Grid. |
| IncludeChart | Gets or sets a value indicating whether the chart will be included in the printed document. |
| IncludeGrid | Gets or sets a value indicating whether the grid will be included in the printed document. |
| IncludeRaw | Gets or sets a value indicating whether the raw data will be included in the printed document. |
| IsDisposed | Gets whether this instance is disposed. |
| RawScale | Gets or sets the ScaleMode for the RawData. |
| Name | Description |
|---|---|
| Dispose() | |
| Dispose(bool) | |
| Finalize() | Finalizes this instance of the PivotContentOptions class. |
| OnApplyTemplate() |