[]
Control used to host the report options for FlexPivot.
[TemplatePart(Name = "Root", Type = typeof(Grid))]
[TemplatePart(Name = "BtnOk", Type = typeof(Button))]
[TemplatePart(Name = "BtnCancel", Type = typeof(Button))]
[TemplatePart(Name = "MarginOptions", Type = typeof(PivotMarginOptions))]
public class PivotReportOptions : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable
Name | Description |
---|---|
PivotReportOptions() | Initializes a new instance of the PivotReportOptions class. |
PivotReportOptions(ReportOptions) | Initializes a new instance of a PivotReportOptions. |
Name | Description |
---|---|
BottomMarginProperty | Identifies the BottomMargin dependency property. |
BottomPaddingProperty | Identifies the BottomPadding dependency property. |
ChartScaleProperty | Identifies the ChartScale dependency property. |
FooterCenterProperty | Identifies the FooterCenter dependency property. |
FooterLeftProperty | Identifies the FooterLeft dependency property. |
FooterRightProperty | Identifies the FooterRight dependency property. |
GridScaleProperty | Identifies the GridScale dependency property. |
HeaderCenterProperty | Identifies the HeaderCenter dependency property. |
HeaderLeftProperty | Identifies the HeaderLeft dependency property. |
HeaderRightProperty | Identifies the HeaderRight dependency property. |
IncludeChartProperty | Identifies the IncludeChart dependency property. |
IncludeGridProperty | Identifies the IncludeGrid dependency property. |
IncludeRawProperty | Identifies the IncludeRaw dependency property. |
LeftMarginProperty | Identifies the LeftMargin dependency property. |
LeftPaddingProperty | Identifies the LeftPadding dependency property. |
RawScaleProperty | Identifies the RawScale dependency property. |
RightMarginProperty | Identifies the RightMargin dependency property. |
RightPaddingProperty | Identifies the RightPadding dependency property. |
ShowFooterSeparatorProperty | Identifies the ShowFooterSeparator dependency property. |
ShowHeaderSeparatorProperty | Identifies the ShowHeaderSeparator dependency property. |
TopMarginProperty | Identifies the TopMargin dependency property. |
TopPaddingProperty | Identifies the TopPadding dependency property. |
Name | Description |
---|---|
BottomMargin | Gets or sets the bottom margin. |
BottomPadding | Gets or sets the bottom padding. |
ChartScale | Gets or sets the ScaleMode for the Chart. |
FooterCenter | Gets or sets the text for the footer aligned to the center of the page. |
FooterLeft | Gets or sets the text for the footer aligned to the left of the page. |
FooterRight | Gets or sets the text for the footer aligned to the right of the page. |
GridScale | Gets or sets the ScaleMode for the Grid. |
HeaderCenter | Gets or sets the text for the header aligned to the center of the page. |
HeaderLeft | Gets or sets the text for the header aligned to the left of the page. |
HeaderRight | Gets or sets the text for the header aligned to the right of the page. |
IncludeChart | Gets or sets a value indicating whether the chart will be included in the document. |
IncludeGrid | Gets or sets a value indicating whether the grid will be included in the document. |
IncludeRaw | Gets or sets a value indicating whether the raw data will be included in the document. |
IsDisposed | Gets whether this instance is disposed. |
LeftMargin | Gets or sets the left margin. |
LeftPadding | Gets or sets the left padding. |
RawScale | Gets or sets the ScaleMode for the RawData. |
RightMargin | Gets or sets the right margin. |
RightPadding | Gets or sets the right padding. |
ShowFooterSeparator | Gets or sets a value indicating whether a footer separator will be included in the document. |
ShowHeaderSeparator | Gets or sets a value indicating whether a header separator will be included in the document. |
TopMargin | Gets or sets the top margin. |
TopPadding | Gets or sets the top padding. |
Name | Description |
---|---|
Dispose() | |
Dispose(bool) | |
Finalize() | Finalizes this instance of the PivotReportOptions class. |
OnApplyTemplate() |