# C1.WPF.Pivot.FlexPivotPage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Pivot_FlexPivotPage" data-uid="C1.WPF.Pivot.FlexPivotPage" class="text-break">FlexPivotPage Class
</h1>
  <div class="markdown level0 summary"><p>Provides a complete user interface for FlexPivot applications.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><span class="xref">FlexPivotPage</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Pivot.html">C1.WPF.Pivot</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Pivot.dll</h6>
  <h5 id="C1_WPF_Pivot_FlexPivotPage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;Root&quot;, Type = typeof(Grid))]
[TemplatePart(Name = &quot;FlexPivotPanel&quot;, Type = typeof(FlexPivotPanel))]
[TemplatePart(Name = &quot;FlexPivotGrid&quot;, Type = typeof(FlexPivotGrid))]
[TemplatePart(Name = &quot;FlexPivotChart&quot;, Type = typeof(FlexPivotChart))]
[TemplatePart(Name = &quot;RawDataGrid&quot;, Type = typeof(FlexGrid))]
[TemplatePart(Name = &quot;MainMenu&quot;, Type = typeof(C1ToolStrip))]
[TemplatePart(Name = &quot;MenuPalette&quot;, Type = typeof(C1MenuTool))]
[TemplatePart(Name = &quot;MenuChartType&quot;, Type = typeof(C1MenuTool))]
[TemplatePart(Name = &quot;MenuOpen&quot;, Type = typeof(C1ButtonTool))]
[TemplatePart(Name = &quot;MenuSave&quot;, Type = typeof(C1ButtonTool))]
[TemplatePart(Name = &quot;MenuUndo&quot;, Type = typeof(C1ButtonTool))]
[TemplatePart(Name = &quot;MenuRedo&quot;, Type = typeof(C1ButtonTool))]
[TemplatePart(Name = &quot;MenuPrint&quot;, Type = typeof(C1ButtonTool))]
[TemplatePart(Name = &quot;MenuPrintOptions&quot;, Type = typeof(C1ButtonTool))]
[TemplatePart(Name = &quot;MenuTRGrand&quot;, Type = typeof(C1ToggleButtonTool))]
[TemplatePart(Name = &quot;MenuTRSub&quot;, Type = typeof(C1ToggleButtonTool))]
[TemplatePart(Name = &quot;MenuTRNone&quot;, Type = typeof(C1ToggleButtonTool))]
[TemplatePart(Name = &quot;MenuTCGrand&quot;, Type = typeof(C1ToggleButtonTool))]
[TemplatePart(Name = &quot;MenuTCSub&quot;, Type = typeof(C1ToggleButtonTool))]
[TemplatePart(Name = &quot;MenuTCNone&quot;, Type = typeof(C1ToggleButtonTool))]
[TemplatePart(Name = &quot;MenuZeros&quot;, Type = typeof(C1ToggleButtonTool))]
[TemplatePart(Name = &quot;MenuTitle&quot;, Type = typeof(C1ToggleButtonTool))]
[TemplatePart(Name = &quot;MenuGridlines&quot;, Type = typeof(C1ToggleButtonTool))]
[TemplatePart(Name = &quot;MenuStacked&quot;, Type = typeof(C1ToggleButtonTool))]
[TemplatePart(Name = &quot;MenuTotalsOnly&quot;, Type = typeof(C1ToggleButtonTool))]
[TemplatePart(Name = &quot;Tab&quot;, Type = typeof(C1TabControl))]
[TemplatePart(Name = &quot;TabGrid&quot;, Type = typeof(C1TabItem))]
[TemplatePart(Name = &quot;TabChart&quot;, Type = typeof(C1TabItem))]
[TemplatePart(Name = &quot;TabRawData&quot;, Type = typeof(C1TabItem))]
[TemplatePart(Name = &quot;MenuExport&quot;, Type = typeof(C1ButtonTool))]
public class FlexPivotPage : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;Root&quot;, Type:=GetType(Grid))&gt;
&lt;TemplatePart(Name:=&quot;FlexPivotPanel&quot;, Type:=GetType(FlexPivotPanel))&gt;
&lt;TemplatePart(Name:=&quot;FlexPivotGrid&quot;, Type:=GetType(FlexPivotGrid))&gt;
&lt;TemplatePart(Name:=&quot;FlexPivotChart&quot;, Type:=GetType(FlexPivotChart))&gt;
&lt;TemplatePart(Name:=&quot;RawDataGrid&quot;, Type:=GetType(FlexGrid))&gt;
&lt;TemplatePart(Name:=&quot;MainMenu&quot;, Type:=GetType(C1ToolStrip))&gt;
&lt;TemplatePart(Name:=&quot;MenuPalette&quot;, Type:=GetType(C1MenuTool))&gt;
&lt;TemplatePart(Name:=&quot;MenuChartType&quot;, Type:=GetType(C1MenuTool))&gt;
&lt;TemplatePart(Name:=&quot;MenuOpen&quot;, Type:=GetType(C1ButtonTool))&gt;
&lt;TemplatePart(Name:=&quot;MenuSave&quot;, Type:=GetType(C1ButtonTool))&gt;
&lt;TemplatePart(Name:=&quot;MenuUndo&quot;, Type:=GetType(C1ButtonTool))&gt;
&lt;TemplatePart(Name:=&quot;MenuRedo&quot;, Type:=GetType(C1ButtonTool))&gt;
&lt;TemplatePart(Name:=&quot;MenuPrint&quot;, Type:=GetType(C1ButtonTool))&gt;
&lt;TemplatePart(Name:=&quot;MenuPrintOptions&quot;, Type:=GetType(C1ButtonTool))&gt;
&lt;TemplatePart(Name:=&quot;MenuTRGrand&quot;, Type:=GetType(C1ToggleButtonTool))&gt;
&lt;TemplatePart(Name:=&quot;MenuTRSub&quot;, Type:=GetType(C1ToggleButtonTool))&gt;
&lt;TemplatePart(Name:=&quot;MenuTRNone&quot;, Type:=GetType(C1ToggleButtonTool))&gt;
&lt;TemplatePart(Name:=&quot;MenuTCGrand&quot;, Type:=GetType(C1ToggleButtonTool))&gt;
&lt;TemplatePart(Name:=&quot;MenuTCSub&quot;, Type:=GetType(C1ToggleButtonTool))&gt;
&lt;TemplatePart(Name:=&quot;MenuTCNone&quot;, Type:=GetType(C1ToggleButtonTool))&gt;
&lt;TemplatePart(Name:=&quot;MenuZeros&quot;, Type:=GetType(C1ToggleButtonTool))&gt;
&lt;TemplatePart(Name:=&quot;MenuTitle&quot;, Type:=GetType(C1ToggleButtonTool))&gt;
&lt;TemplatePart(Name:=&quot;MenuGridlines&quot;, Type:=GetType(C1ToggleButtonTool))&gt;
&lt;TemplatePart(Name:=&quot;MenuStacked&quot;, Type:=GetType(C1ToggleButtonTool))&gt;
&lt;TemplatePart(Name:=&quot;MenuTotalsOnly&quot;, Type:=GetType(C1ToggleButtonTool))&gt;
&lt;TemplatePart(Name:=&quot;Tab&quot;, Type:=GetType(C1TabControl))&gt;
&lt;TemplatePart(Name:=&quot;TabGrid&quot;, Type:=GetType(C1TabItem))&gt;
&lt;TemplatePart(Name:=&quot;TabChart&quot;, Type:=GetType(C1TabItem))&gt;
&lt;TemplatePart(Name:=&quot;TabRawData&quot;, Type:=GetType(C1TabItem))&gt;
&lt;TemplatePart(Name:=&quot;MenuExport&quot;, Type:=GetType(C1ButtonTool))&gt;
Public Class FlexPivotPage
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage__ctor" data-uid="C1.WPF.Pivot.FlexPivotPage.#ctor">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.-ctor.html#C1_WPF_Pivot_FlexPivotPage__ctor">FlexPivotPage()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.html">FlexPivotPage</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ChartTotalsProperty" data-uid="C1.WPF.Pivot.FlexPivotPage.ChartTotalsProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ChartTotalsProperty.html">ChartTotalsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ChartTotals.html#C1_WPF_Pivot_FlexPivotPage_ChartTotals">ChartTotals</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ChartTypeProperty" data-uid="C1.WPF.Pivot.FlexPivotPage.ChartTypeProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ChartTypeProperty.html">ChartTypeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ChartType.html#C1_WPF_Pivot_FlexPivotPage_ChartType">ChartType</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_CollapsibleSubtotalsProperty" data-uid="C1.WPF.Pivot.FlexPivotPage.CollapsibleSubtotalsProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.CollapsibleSubtotalsProperty.html">CollapsibleSubtotalsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.CollapsibleSubtotals.html#C1_WPF_Pivot_FlexPivotPage_CollapsibleSubtotals">CollapsibleSubtotals</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_DataSourceProperty" data-uid="C1.WPF.Pivot.FlexPivotPage.DataSourceProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.DataSourceProperty.html">DataSourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.DataSource.html#C1_WPF_Pivot_FlexPivotPage_DataSource">DataSource</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_MaxPointsProperty" data-uid="C1.WPF.Pivot.FlexPivotPage.MaxPointsProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.MaxPointsProperty.html">MaxPointsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.MaxPoints.html#C1_WPF_Pivot_FlexPivotPage_MaxPoints">MaxPoints</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_MaxSeriesProperty" data-uid="C1.WPF.Pivot.FlexPivotPage.MaxSeriesProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.MaxSeriesProperty.html">MaxSeriesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.MaxSeries.html#C1_WPF_Pivot_FlexPivotPage_MaxSeries">MaxSeries</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_PaletteProperty" data-uid="C1.WPF.Pivot.FlexPivotPage.PaletteProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.PaletteProperty.html">PaletteProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.Palette.html#C1_WPF_Pivot_FlexPivotPage_Palette">Palette</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ScrollPointsProperty" data-uid="C1.WPF.Pivot.FlexPivotPage.ScrollPointsProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ScrollPointsProperty.html">ScrollPointsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ScrollPoints.html#C1_WPF_Pivot_FlexPivotPage_ScrollPoints">ScrollPoints</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ShortcutsEnabledProperty" data-uid="C1.WPF.Pivot.FlexPivotPage.ShortcutsEnabledProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShortcutsEnabledProperty.html">ShortcutsEnabledProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShortcutsEnabled.html#C1_WPF_Pivot_FlexPivotPage_ShortcutsEnabled">ShortcutsEnabled</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ShowDetailOnRightClickProperty" data-uid="C1.WPF.Pivot.FlexPivotPage.ShowDetailOnRightClickProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowDetailOnRightClickProperty.html">ShowDetailOnRightClickProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowDetailOnRightClick.html#C1_WPF_Pivot_FlexPivotPage_ShowDetailOnRightClick">ShowDetailOnRightClick</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ShowGridLinesProperty" data-uid="C1.WPF.Pivot.FlexPivotPage.ShowGridLinesProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowGridLinesProperty.html">ShowGridLinesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowGridLines.html#C1_WPF_Pivot_FlexPivotPage_ShowGridLines">ShowGridLines</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ShowLegendProperty" data-uid="C1.WPF.Pivot.FlexPivotPage.ShowLegendProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowLegendProperty.html">ShowLegendProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowLegend.html#C1_WPF_Pivot_FlexPivotPage_ShowLegend">ShowLegend</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ShowRawDataProperty" data-uid="C1.WPF.Pivot.FlexPivotPage.ShowRawDataProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowRawDataProperty.html">ShowRawDataProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowRawData.html#C1_WPF_Pivot_FlexPivotPage_ShowRawData">ShowRawData</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ShowTitleProperty" data-uid="C1.WPF.Pivot.FlexPivotPage.ShowTitleProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowTitleProperty.html">ShowTitleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowTitle.html#C1_WPF_Pivot_FlexPivotPage_ShowTitle">ShowTitle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ShowTotalsColumnsProperty" data-uid="C1.WPF.Pivot.FlexPivotPage.ShowTotalsColumnsProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowTotalsColumnsProperty.html">ShowTotalsColumnsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowTotalsColumns.html#C1_WPF_Pivot_FlexPivotPage_ShowTotalsColumns">ShowTotalsColumns</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ShowTotalsRowsProperty" data-uid="C1.WPF.Pivot.FlexPivotPage.ShowTotalsRowsProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowTotalsRowsProperty.html">ShowTotalsRowsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowTotalsRows.html#C1_WPF_Pivot_FlexPivotPage_ShowTotalsRows">ShowTotalsRows</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ShowUndoRedoProperty" data-uid="C1.WPF.Pivot.FlexPivotPage.ShowUndoRedoProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowUndoRedoProperty.html">ShowUndoRedoProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowUndoRedo.html#C1_WPF_Pivot_FlexPivotPage_ShowUndoRedo">ShowUndoRedo</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ShowZerosProperty" data-uid="C1.WPF.Pivot.FlexPivotPage.ShowZerosProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowZerosProperty.html">ShowZerosProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowZeros.html#C1_WPF_Pivot_FlexPivotPage_ShowZeros">ShowZeros</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_StackedProperty" data-uid="C1.WPF.Pivot.FlexPivotPage.StackedProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.StackedProperty.html">StackedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.Stacked.html#C1_WPF_Pivot_FlexPivotPage_Stacked">Stacked</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_SubtotalBackgroundProperty" data-uid="C1.WPF.Pivot.FlexPivotPage.SubtotalBackgroundProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.SubtotalBackgroundProperty.html">SubtotalBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.SubtotalBackground.html#C1_WPF_Pivot_FlexPivotPage_SubtotalBackground">SubtotalBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ThemeResourcesProperty" data-uid="C1.WPF.Pivot.FlexPivotPage.ThemeResourcesProperty">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ThemeResourcesProperty.html">ThemeResourcesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ThemeResources.html#C1_WPF_Pivot_FlexPivotPage_ThemeResources">ThemeResources</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_C1PivotEngine" data-uid="C1.WPF.Pivot.FlexPivotPage.C1PivotEngine">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.C1PivotEngine.html#C1_WPF_Pivot_FlexPivotPage_C1PivotEngine">C1PivotEngine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.C1PivotEngine.html#C1_WPF_Pivot_FlexPivotPage_C1PivotEngine">C1PivotEngine</a> that performs
the FlexPivot analysis for this <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.html">FlexPivotPage</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ChartTotals" data-uid="C1.WPF.Pivot.FlexPivotPage.ChartTotals">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ChartTotals.html#C1_WPF_Pivot_FlexPivotPage_ChartTotals">ChartTotals</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the chart should include only totals.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ChartType" data-uid="C1.WPF.Pivot.FlexPivotPage.ChartType">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ChartType.html#C1_WPF_Pivot_FlexPivotPage_ChartType">ChartType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of chart to create.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_CollapsibleSubtotals" data-uid="C1.WPF.Pivot.FlexPivotPage.CollapsibleSubtotals">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.CollapsibleSubtotals.html#C1_WPF_Pivot_FlexPivotPage_CollapsibleSubtotals">CollapsibleSubtotals</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the grid should allow users to collapse and expand subtotal groups.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_DataSource" data-uid="C1.WPF.Pivot.FlexPivotPage.DataSource">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.DataSource.html#C1_WPF_Pivot_FlexPivotPage_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the object that contains the data to be analyzed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_FlexPivotChart" data-uid="C1.WPF.Pivot.FlexPivotPage.FlexPivotChart">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.FlexPivotChart.html#C1_WPF_Pivot_FlexPivotPage_FlexPivotChart">FlexPivotChart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.Pivot.FlexPivotChart.html">FlexPivotChart</a> used to display the FlexPivot results.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_FlexPivotEngine" data-uid="C1.WPF.Pivot.FlexPivotPage.FlexPivotEngine">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.FlexPivotEngine.html#C1_WPF_Pivot_FlexPivotPage_FlexPivotEngine">FlexPivotEngine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to the <span class="xref">C1.FlexPivot.C1FlexPivotEngine</span> that performs
the FlexPivot analysis for this <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.html">FlexPivotPage</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_FlexPivotGrid" data-uid="C1.WPF.Pivot.FlexPivotPage.FlexPivotGrid">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.FlexPivotGrid.html#C1_WPF_Pivot_FlexPivotPage_FlexPivotGrid">FlexPivotGrid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.Pivot.FlexPivotGrid.html">FlexPivotGrid</a> used to display the FlexPivot results.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_FlexPivotPanel" data-uid="C1.WPF.Pivot.FlexPivotPage.FlexPivotPanel">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.FlexPivotPanel.html#C1_WPF_Pivot_FlexPivotPage_FlexPivotPanel">FlexPivotPanel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.Pivot.FlexPivotPanel.html">FlexPivotPanel</a> docked to the left of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_IsDisposed" data-uid="C1.WPF.Pivot.FlexPivotPage.IsDisposed">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.IsDisposed.html#C1_WPF_Pivot_FlexPivotPage_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether this instance is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_MainMenu" data-uid="C1.WPF.Pivot.FlexPivotPage.MainMenu">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.MainMenu.html#C1_WPF_Pivot_FlexPivotPage_MainMenu">MainMenu</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to the <span class="xref">C1.WPF.Ribbon.C1ToolStrip</span> that contains the main menu
on the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_MaxPoints" data-uid="C1.WPF.Pivot.FlexPivotPage.MaxPoints">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.MaxPoints.html#C1_WPF_Pivot_FlexPivotPage_MaxPoints">MaxPoints</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of points that will be shown in each series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_MaxSeries" data-uid="C1.WPF.Pivot.FlexPivotPage.MaxSeries">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.MaxSeries.html#C1_WPF_Pivot_FlexPivotPage_MaxSeries">MaxSeries</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of data series that will be shown in the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_Palette" data-uid="C1.WPF.Pivot.FlexPivotPage.Palette">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.Palette.html#C1_WPF_Pivot_FlexPivotPage_Palette">Palette</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color scheme used for the data series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_RawDataGrid" data-uid="C1.WPF.Pivot.FlexPivotPage.RawDataGrid">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.RawDataGrid.html#C1_WPF_Pivot_FlexPivotPage_RawDataGrid">RawDataGrid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">C1.WPF.Grid.FlexGrid</span> used to display raw data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_RawGridLimit" data-uid="C1.WPF.Pivot.FlexPivotPage.RawGridLimit">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.RawGridLimit.html#C1_WPF_Pivot_FlexPivotPage_RawGridLimit">RawGridLimit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets maximum raw data rows to show when connected to C1 DataEngine.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ScrollPoints" data-uid="C1.WPF.Pivot.FlexPivotPage.ScrollPoints">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ScrollPoints.html#C1_WPF_Pivot_FlexPivotPage_ScrollPoints">ScrollPoints</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the chart should display an axis scroll bar when the number of data points is greater than MaxPoints.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ShortcutsEnabled" data-uid="C1.WPF.Pivot.FlexPivotPage.ShortcutsEnabled">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShortcutsEnabled.html#C1_WPF_Pivot_FlexPivotPage_ShortcutsEnabled">ShortcutsEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the page should automatically handle shortcut keys (e.g. Ctrl+S to save a view, Ctrl+O to open a view, Ctrl+Y to undo, Ctrl+Z to redo).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ShowDetailOnRightClick" data-uid="C1.WPF.Pivot.FlexPivotPage.ShowDetailOnRightClick">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowDetailOnRightClick.html#C1_WPF_Pivot_FlexPivotPage_ShowDetailOnRightClick">ShowDetailOnRightClick</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether right-clicking the FlexPivot grid should cause the control to display the raw records represented by the cell clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ShowGridLines" data-uid="C1.WPF.Pivot.FlexPivotPage.ShowGridLines">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowGridLines.html#C1_WPF_Pivot_FlexPivotPage_ShowGridLines">ShowGridLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the chart should include gridlines along the X axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ShowLegend" data-uid="C1.WPF.Pivot.FlexPivotPage.ShowLegend">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowLegend.html#C1_WPF_Pivot_FlexPivotPage_ShowLegend">ShowLegend</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the chart should include a legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ShowRawData" data-uid="C1.WPF.Pivot.FlexPivotPage.ShowRawData">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowRawData.html#C1_WPF_Pivot_FlexPivotPage_ShowRawData">ShowRawData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the page should include a tab showing the raw data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ShowTitle" data-uid="C1.WPF.Pivot.FlexPivotPage.ShowTitle">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowTitle.html#C1_WPF_Pivot_FlexPivotPage_ShowTitle">ShowTitle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the chart should include a title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ShowTotalsColumns" data-uid="C1.WPF.Pivot.FlexPivotPage.ShowTotalsColumns">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowTotalsColumns.html#C1_WPF_Pivot_FlexPivotPage_ShowTotalsColumns">ShowTotalsColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the FlexPivot output table should include a column with the totals for each row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ShowTotalsRows" data-uid="C1.WPF.Pivot.FlexPivotPage.ShowTotalsRows">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowTotalsRows.html#C1_WPF_Pivot_FlexPivotPage_ShowTotalsRows">ShowTotalsRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the FlexPivot output table should include a row with the totals for each column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ShowUndoRedo" data-uid="C1.WPF.Pivot.FlexPivotPage.ShowUndoRedo">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowUndoRedo.html#C1_WPF_Pivot_FlexPivotPage_ShowUndoRedo">ShowUndoRedo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the toolbar should include undo/redo buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ShowZeros" data-uid="C1.WPF.Pivot.FlexPivotPage.ShowZeros">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowZeros.html#C1_WPF_Pivot_FlexPivotPage_ShowZeros">ShowZeros</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the FlexPivot output table should use zeros to indicate missing values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_Stacked" data-uid="C1.WPF.Pivot.FlexPivotPage.Stacked">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.Stacked.html#C1_WPF_Pivot_FlexPivotPage_Stacked">Stacked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the series should be stacked or placed side-by-side.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_SubtotalBackground" data-uid="C1.WPF.Pivot.FlexPivotPage.SubtotalBackground">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.SubtotalBackground.html#C1_WPF_Pivot_FlexPivotPage_SubtotalBackground">SubtotalBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the brush used to paint the background of cells that contain totals.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ThemeResources" data-uid="C1.WPF.Pivot.FlexPivotPage.ThemeResources">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ThemeResources.html#C1_WPF_Pivot_FlexPivotPage_ThemeResources">ThemeResources</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary">ResourceDictionary</a> defining theme resources to use in dialogs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ViewDefinition" data-uid="C1.WPF.Pivot.FlexPivotPage.ViewDefinition">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ViewDefinition.html#C1_WPF_Pivot_FlexPivotPage_ViewDefinition">ViewDefinition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the FlexPivot view definition as an Xml string.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_Dispose" data-uid="C1.WPF.Pivot.FlexPivotPage.Dispose">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.Dispose.html#C1_WPF_Pivot_FlexPivotPage_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_Dispose_System_Boolean_" data-uid="C1.WPF.Pivot.FlexPivotPage.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.Dispose.html#C1_WPF_Pivot_FlexPivotPage_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_Finalize" data-uid="C1.WPF.Pivot.FlexPivotPage.Finalize">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.Finalize.html#C1_WPF_Pivot_FlexPivotPage_Finalize">Finalize()</a>
        </td>
        <td class="markdown level1 summary"><p>Finalizes this instance of the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.html">FlexPivotPage</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_OnApplyTemplate" data-uid="C1.WPF.Pivot.FlexPivotPage.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.OnApplyTemplate.html#C1_WPF_Pivot_FlexPivotPage_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_OnDataSourceChanged_System_EventArgs_" data-uid="C1.WPF.Pivot.FlexPivotPage.OnDataSourceChanged(System.EventArgs)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.OnDataSourceChanged.html#C1_WPF_Pivot_FlexPivotPage_OnDataSourceChanged_System_EventArgs_">OnDataSourceChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.DataSourceChanged.html">DataSourceChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_OnLoadedFields_System_EventArgs_" data-uid="C1.WPF.Pivot.FlexPivotPage.OnLoadedFields(System.EventArgs)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.OnLoadedFields.html#C1_WPF_Pivot_FlexPivotPage_OnLoadedFields_System_EventArgs_">OnLoadedFields(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.LoadedFields.html">LoadedFields</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_OnUpdated_System_EventArgs_" data-uid="C1.WPF.Pivot.FlexPivotPage.OnUpdated(System.EventArgs)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.OnUpdated.html#C1_WPF_Pivot_FlexPivotPage_OnUpdated_System_EventArgs_">OnUpdated(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.Updated.html">Updated</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_OnUpdating_System_EventArgs_" data-uid="C1.WPF.Pivot.FlexPivotPage.OnUpdating(System.EventArgs)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.OnUpdating.html#C1_WPF_Pivot_FlexPivotPage_OnUpdating_System_EventArgs_">OnUpdating(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.Updating.html">Updating</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_OnViewDefinitionChanged_System_EventArgs_" data-uid="C1.WPF.Pivot.FlexPivotPage.OnViewDefinitionChanged(System.EventArgs)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.OnViewDefinitionChanged.html#C1_WPF_Pivot_FlexPivotPage_OnViewDefinitionChanged_System_EventArgs_">OnViewDefinitionChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ViewDefinitionChanged.html">ViewDefinitionChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ReadXml_System_String_" data-uid="C1.WPF.Pivot.FlexPivotPage.ReadXml(System.String)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ReadXml.html#C1_WPF_Pivot_FlexPivotPage_ReadXml_System_String_">ReadXml(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads the control settings from a file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ReadXml_System_Xml_XmlReader_" data-uid="C1.WPF.Pivot.FlexPivotPage.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ReadXml.html#C1_WPF_Pivot_FlexPivotPage_ReadXml_System_Xml_XmlReader_">ReadXml(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads the control settings from an <span class="xref">System.Xml.XmlReader</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ShowReportOptions" data-uid="C1.WPF.Pivot.FlexPivotPage.ShowReportOptions">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ShowReportOptions.html#C1_WPF_Pivot_FlexPivotPage_ShowReportOptions">ShowReportOptions()</a>
        </td>
        <td class="markdown level1 summary"><p>Opens the report dialog which allows the user to customize the
options for printing in FlexPivot.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_WriteXml_System_String_" data-uid="C1.WPF.Pivot.FlexPivotPage.WriteXml(System.String)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.WriteXml.html#C1_WPF_Pivot_FlexPivotPage_WriteXml_System_String_">WriteXml(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the control settings into an Xml file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_WriteXml_System_Xml_XmlWriter_" data-uid="C1.WPF.Pivot.FlexPivotPage.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.WriteXml.html#C1_WPF_Pivot_FlexPivotPage_WriteXml_System_Xml_XmlWriter_">WriteXml(XmlWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the control settings into an <span class="xref">System.Xml.XmlWriter</span>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_DataSourceChanged" data-uid="C1.WPF.Pivot.FlexPivotPage.DataSourceChanged">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.DataSourceChanged.html">DataSourceChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the data source changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_LoadedFields" data-uid="C1.WPF.Pivot.FlexPivotPage.LoadedFields">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.LoadedFields.html">LoadedFields</a>
        </td>
        <td class="markdown level1 summary"><p>Fires after the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.FlexPivotPanel.html#C1_WPF_Pivot_FlexPivotPage_FlexPivotPanel">FlexPivotPanel</a> finishes loading the fields for
the current DataSource.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_Updated" data-uid="C1.WPF.Pivot.FlexPivotPage.Updated">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.Updated.html">Updated</a>
        </td>
        <td class="markdown level1 summary"><p>Fires after the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.FlexPivotPanel.html#C1_WPF_Pivot_FlexPivotPage_FlexPivotPanel">FlexPivotPanel</a> finishes the FlexPivot analysis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_Updating" data-uid="C1.WPF.Pivot.FlexPivotPage.Updating">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.Updating.html">Updating</a>
        </td>
        <td class="markdown level1 summary"><p>Fires before the <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.FlexPivotPanel.html#C1_WPF_Pivot_FlexPivotPage_FlexPivotPanel">FlexPivotPanel</a> starts updating the output FlexPivot table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FlexPivotPage_ViewDefinitionChanged" data-uid="C1.WPF.Pivot.FlexPivotPage.ViewDefinitionChanged">
          <a class="xref" href="C1.WPF.Pivot.FlexPivotPage.ViewDefinitionChanged.html">ViewDefinitionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the view definition changes, before the output table is updated.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
