# C1.Win.FlexPivot.FlexPivotPage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexPivot_FlexPivotPage" data-uid="C1.Win.FlexPivot.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.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol">ContainerControl</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.usercontrol">UserControl</a></div>
    <div class="level7"><a class="xref" href="C1.Win.FlexPivot.C1BasePanel.html">C1BasePanel</a></div>
    <div class="level8"><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.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.icontainercontrol">IContainerControl</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexPivot.html">C1.Win.FlexPivot</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexPivot.10.dll</h6>
  <h5 id="C1_Win_FlexPivot_FlexPivotPage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(FlexPivotPage), &quot;FlexPivotPage.png&quot;)]
[ComplexBindingProperties(&quot;DataSource&quot;, &quot;DataMember&quot;)]
[Docking(DockingBehavior.AutoDock)]
public class FlexPivotPage : C1BasePanel, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(FlexPivotPage), &quot;FlexPivotPage.png&quot;)&gt;
&lt;ComplexBindingProperties(&quot;DataSource&quot;, &quot;DataMember&quot;)&gt;
&lt;Docking(DockingBehavior.AutoDock)&gt;
Public Class FlexPivotPage
    Inherits C1BasePanel
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, ISupportInitialize</code></pre>
  </div>
  <h5 id="C1_Win_FlexPivot_FlexPivotPage_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The control contains a <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotPanel.html">C1FlexPivotPanel</a> on the left and 
a tabbed content area on the right.</p>
<p>The <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotPanel.html">C1FlexPivotPanel</a> allows users to select and customize
the fields that should be included in the Olap analysis.</p>
<p>The tabbed content area contains three pages: a <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotGrid.html">C1FlexPivotGrid</a>
and a <a class="xref" href="C1.Win.FlexPivot.FlexPivotChart.html">FlexPivotChart</a> that show the Olap analysis, and a plain 
grid that shows the raw data.</p>
<p>The control also provides a customizable <span class="xref">C1.Win.Command.C1ToolBar</span> control
with commonly used commands.</p>
</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_Win_FlexPivot_FlexPivotPage__ctor" data-uid="C1.Win.FlexPivot.FlexPivotPage.#ctor">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.-ctor.html#C1_Win_FlexPivot_FlexPivotPage__ctor">FlexPivotPage()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.html">FlexPivotPage</a>.</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_Win_FlexPivot_FlexPivotPage_ChartTotals" data-uid="C1.Win.FlexPivot.FlexPivotPage.ChartTotals">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.ChartTotals.html#C1_Win_FlexPivot_FlexPivotPage_ChartTotals">ChartTotals</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.FlexPivotChart.html#C1_Win_FlexPivot_FlexPivotPage_FlexPivotChart">FlexPivotChart</a>
should display only totals.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_ChartType" data-uid="C1.Win.FlexPivot.FlexPivotPage.ChartType">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.ChartType.html#C1_Win_FlexPivot_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_Win_FlexPivot_FlexPivotPage_CommandOpen" data-uid="C1.Win.FlexPivot.FlexPivotPage.CommandOpen">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.CommandOpen.html#C1_Win_FlexPivot_FlexPivotPage_CommandOpen">CommandOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">C1.Win.Command.C1Command</span> used to open FlexPivot view files.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_CommandSave" data-uid="C1.Win.FlexPivot.FlexPivotPage.CommandSave">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.CommandSave.html#C1_Win_FlexPivot_FlexPivotPage_CommandSave">CommandSave</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">C1.Win.Command.C1Command</span> used to save FlexPivot view files.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_DataMember" data-uid="C1.Win.FlexPivot.FlexPivotPage.DataMember">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.DataMember.html#C1_Win_FlexPivot_FlexPivotPage_DataMember">DataMember</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the specific list in a <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.DataSource.html#C1_Win_FlexPivot_FlexPivotPage_DataSource">DataSource</a> object to be analyzed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_DataSource" data-uid="C1.Win.FlexPivot.FlexPivotPage.DataSource">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.DataSource.html#C1_Win_FlexPivot_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_Win_FlexPivot_FlexPivotPage_Document" data-uid="C1.Win.FlexPivot.FlexPivotPage.Document">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.Document.html#C1_Win_FlexPivot_FlexPivotPage_Document">Document</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotPrintDocument.html">C1FlexPivotPrintDocument</a> used to render the
current view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_FlexPivotChart" data-uid="C1.Win.FlexPivot.FlexPivotPage.FlexPivotChart">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.FlexPivotChart.html#C1_Win_FlexPivot_FlexPivotPage_FlexPivotChart">FlexPivotChart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.FlexPivotChart.html#C1_Win_FlexPivot_FlexPivotPage_FlexPivotChart">FlexPivotChart</a> used to display the FlexPivot results.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_FlexPivotEngine" data-uid="C1.Win.FlexPivot.FlexPivotPage.FlexPivotEngine">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.FlexPivotEngine.html#C1_Win_FlexPivot_FlexPivotPage_FlexPivotEngine">FlexPivotEngine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">C1.FlexPivot.C1FlexPivotEngine</span> contained on the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_FlexPivotGrid" data-uid="C1.Win.FlexPivot.FlexPivotPage.FlexPivotGrid">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.FlexPivotGrid.html#C1_Win_FlexPivot_FlexPivotPage_FlexPivotGrid">FlexPivotGrid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotGrid.html">C1FlexPivotGrid</a> used to display the FlexPivot results.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_FlexPivotPanel" data-uid="C1.Win.FlexPivot.FlexPivotPage.FlexPivotPanel">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.FlexPivotPanel.html#C1_Win_FlexPivot_FlexPivotPage_FlexPivotPanel">FlexPivotPanel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotPanel.html">C1FlexPivotPanel</a> docked to the left of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_LabelSelection" data-uid="C1.Win.FlexPivot.FlexPivotPage.LabelSelection">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.LabelSelection.html#C1_Win_FlexPivot_FlexPivotPage_LabelSelection">LabelSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripstatuslabel">ToolStripStatusLabel</a> that appears on the
right of the status strip docked to the bottom of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_LabelStatus" data-uid="C1.Win.FlexPivot.FlexPivotPage.LabelStatus">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.LabelStatus.html#C1_Win_FlexPivot_FlexPivotPage_LabelStatus">LabelStatus</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.toolstripstatuslabel">ToolStripStatusLabel</a> that appears on the
left of the status strip docked to the bottom of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_MenuChart" data-uid="C1.Win.FlexPivot.FlexPivotPage.MenuChart">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.MenuChart.html#C1_Win_FlexPivot_FlexPivotPage_MenuChart">MenuChart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">C1.Win.Command.C1CommandMenu</span> used to control chart options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_MenuGrid" data-uid="C1.Win.FlexPivot.FlexPivotPage.MenuGrid">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.MenuGrid.html#C1_Win_FlexPivot_FlexPivotPage_MenuGrid">MenuGrid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">C1.Win.Command.C1CommandMenu</span> used to control grid options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_MenuReport" data-uid="C1.Win.FlexPivot.FlexPivotPage.MenuReport">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.MenuReport.html#C1_Win_FlexPivot_FlexPivotPage_MenuReport">MenuReport</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">C1.Win.Command.C1CommandMenu</span> used to control report options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_Palette" data-uid="C1.Win.FlexPivot.FlexPivotPage.Palette">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.Palette.html#C1_Win_FlexPivot_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_Win_FlexPivot_FlexPivotPage_PivotEngine" data-uid="C1.Win.FlexPivot.FlexPivotPage.PivotEngine">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.PivotEngine.html#C1_Win_FlexPivot_FlexPivotPage_PivotEngine">PivotEngine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">C1.PivotEngine.C1PivotEngine</span> contained on the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_RawDataGrid" data-uid="C1.Win.FlexPivot.FlexPivotPage.RawDataGrid">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.RawDataGrid.html#C1_Win_FlexPivot_FlexPivotPage_RawDataGrid">RawDataGrid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">C1.Win.FlexGrid.C1FlexGrid</span> used to display the raw data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_RawGridLimit" data-uid="C1.Win.FlexPivot.FlexPivotPage.RawGridLimit">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.RawGridLimit.html#C1_Win_FlexPivot_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_Win_FlexPivot_FlexPivotPage_ShortcutsEnabled" data-uid="C1.Win.FlexPivot.FlexPivotPage.ShortcutsEnabled">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.ShortcutsEnabled.html#C1_Win_FlexPivot_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+Z to undo, Ctrl+Y to redo).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_ShowDetailOnRightClick" data-uid="C1.Win.FlexPivot.FlexPivotPage.ShowDetailOnRightClick">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.ShowDetailOnRightClick.html#C1_Win_FlexPivot_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_Win_FlexPivot_FlexPivotPage_ShowGridLines" data-uid="C1.Win.FlexPivot.FlexPivotPage.ShowGridLines">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.ShowGridLines.html#C1_Win_FlexPivot_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_Win_FlexPivot_FlexPivotPage_ShowLegend" data-uid="C1.Win.FlexPivot.FlexPivotPage.ShowLegend">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.ShowLegend.html#C1_Win_FlexPivot_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_Win_FlexPivot_FlexPivotPage_ShowRawData" data-uid="C1.Win.FlexPivot.FlexPivotPage.ShowRawData">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.ShowRawData.html#C1_Win_FlexPivot_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_Win_FlexPivot_FlexPivotPage_ShowSelectionStatus" data-uid="C1.Win.FlexPivot.FlexPivotPage.ShowSelectionStatus">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.ShowSelectionStatus.html#C1_Win_FlexPivot_FlexPivotPage_ShowSelectionStatus">ShowSelectionStatus</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the control should
automatically set the content of the <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.LabelSelection.html#C1_Win_FlexPivot_FlexPivotPage_LabelSelection">LabelSelection</a>
to show the sum of the selected cells when the user makes selections
on the grids.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_ShowTitle" data-uid="C1.Win.FlexPivot.FlexPivotPage.ShowTitle">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.ShowTitle.html#C1_Win_FlexPivot_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_Win_FlexPivot_FlexPivotPage_ShowTotalsColumns" data-uid="C1.Win.FlexPivot.FlexPivotPage.ShowTotalsColumns">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.ShowTotalsColumns.html#C1_Win_FlexPivot_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 columns containing subtotals or grand totals.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_ShowTotalsForColumns" data-uid="C1.Win.FlexPivot.FlexPivotPage.ShowTotalsForColumns">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.ShowTotalsForColumns.html#C1_Win_FlexPivot_FlexPivotPage_ShowTotalsForColumns">ShowTotalsForColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the FlexPivot output table
should include columns containing subtotals or grand totals.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_ShowTotalsForRows" data-uid="C1.Win.FlexPivot.FlexPivotPage.ShowTotalsForRows">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.ShowTotalsForRows.html#C1_Win_FlexPivot_FlexPivotPage_ShowTotalsForRows">ShowTotalsForRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the FlexPivot output table
should include rows containing subtotals or grand totals.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_ShowTotalsRows" data-uid="C1.Win.FlexPivot.FlexPivotPage.ShowTotalsRows">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.ShowTotalsRows.html#C1_Win_FlexPivot_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 rows containing subtotals or grand totals.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_ShowUndoRedo" data-uid="C1.Win.FlexPivot.FlexPivotPage.ShowUndoRedo">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.ShowUndoRedo.html#C1_Win_FlexPivot_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_Win_FlexPivot_FlexPivotPage_ShowZeros" data-uid="C1.Win.FlexPivot.FlexPivotPage.ShowZeros">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.ShowZeros.html#C1_Win_FlexPivot_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 or leave the cells empty.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_Stacked" data-uid="C1.Win.FlexPivot.FlexPivotPage.Stacked">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.Stacked.html#C1_Win_FlexPivot_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_Win_FlexPivot_FlexPivotPage_TabControl" data-uid="C1.Win.FlexPivot.FlexPivotPage.TabControl">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.TabControl.html#C1_Win_FlexPivot_FlexPivotPage_TabControl">TabControl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.TabControl.html#C1_Win_FlexPivot_FlexPivotPage_TabControl">TabControl</a> where the <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.FlexPivotGrid.html#C1_Win_FlexPivot_FlexPivotPage_FlexPivotGrid">FlexPivotGrid</a> and <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.FlexPivotChart.html#C1_Win_FlexPivot_FlexPivotPage_FlexPivotChart">FlexPivotChart</a> controls appear.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_ToolBar" data-uid="C1.Win.FlexPivot.FlexPivotPage.ToolBar">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.ToolBar.html#C1_Win_FlexPivot_FlexPivotPage_ToolBar">ToolBar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">C1.Win.Command.C1ToolBar</span> docked to the top of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_TotalsBeforeData" data-uid="C1.Win.FlexPivot.FlexPivotPage.TotalsBeforeData">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.TotalsBeforeData.html#C1_Win_FlexPivot_FlexPivotPage_TotalsBeforeData">TotalsBeforeData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether row and column totals
should be displayed before or after regular data rows and columns.
If this value is set to true, total rows appear above data rows
and total columns appear on the left of regular data columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_ViewDefinition" data-uid="C1.Win.FlexPivot.FlexPivotPage.ViewDefinition">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.ViewDefinition.html#C1_Win_FlexPivot_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_Win_FlexPivot_FlexPivotPage_BeginInit" data-uid="C1.Win.FlexPivot.FlexPivotPage.BeginInit">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.BeginInit.html#C1_Win_FlexPivot_FlexPivotPage_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_Dispose_System_Boolean_" data-uid="C1.Win.FlexPivot.FlexPivotPage.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.Dispose.html#C1_Win_FlexPivot_FlexPivotPage_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_EndInit" data-uid="C1.Win.FlexPivot.FlexPivotPage.EndInit">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.EndInit.html#C1_Win_FlexPivot_FlexPivotPage_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_OnDataEngineConnectionChanged_System_EventArgs_" data-uid="C1.Win.FlexPivot.FlexPivotPage.OnDataEngineConnectionChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.OnDataEngineConnectionChanged.html#C1_Win_FlexPivot_FlexPivotPage_OnDataEngineConnectionChanged_System_EventArgs_">OnDataEngineConnectionChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.DataEngineConnectionChanged.html">DataEngineConnectionChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_OnDataSourceChanged_System_EventArgs_" data-uid="C1.Win.FlexPivot.FlexPivotPage.OnDataSourceChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.OnDataSourceChanged.html#C1_Win_FlexPivot_FlexPivotPage_OnDataSourceChanged_System_EventArgs_">OnDataSourceChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.DataSourceChanged.html">DataSourceChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_OnFontChanged_System_EventArgs_" data-uid="C1.Win.FlexPivot.FlexPivotPage.OnFontChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.OnFontChanged.html#C1_Win_FlexPivot_FlexPivotPage_OnFontChanged_System_EventArgs_">OnFontChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Overriden to update toolbar and status bar size and font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_OnLoadedFields_System_EventArgs_" data-uid="C1.Win.FlexPivot.FlexPivotPage.OnLoadedFields(System.EventArgs)">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.OnLoadedFields.html#C1_Win_FlexPivot_FlexPivotPage_OnLoadedFields_System_EventArgs_">OnLoadedFields(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.LoadedFields.html">LoadedFields</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_OnUpdated_System_EventArgs_" data-uid="C1.Win.FlexPivot.FlexPivotPage.OnUpdated(System.EventArgs)">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.OnUpdated.html#C1_Win_FlexPivot_FlexPivotPage_OnUpdated_System_EventArgs_">OnUpdated(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.Updated.html">Updated</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_OnUpdating_System_EventArgs_" data-uid="C1.Win.FlexPivot.FlexPivotPage.OnUpdating(System.EventArgs)">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.OnUpdating.html#C1_Win_FlexPivot_FlexPivotPage_OnUpdating_System_EventArgs_">OnUpdating(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.Updating.html">Updating</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_OnViewDefinitionChanged_System_EventArgs_" data-uid="C1.Win.FlexPivot.FlexPivotPage.OnViewDefinitionChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.OnViewDefinitionChanged.html#C1_Win_FlexPivot_FlexPivotPage_OnViewDefinitionChanged_System_EventArgs_">OnViewDefinitionChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.ViewDefinitionChanged.html">ViewDefinitionChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_ProcessCmdKey_System_Windows_Forms_Message__System_Windows_Forms_Keys_" data-uid="C1.Win.FlexPivot.FlexPivotPage.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.ProcessCmdKey.html#C1_Win_FlexPivot_FlexPivotPage_ProcessCmdKey_System_Windows_Forms_Message__System_Windows_Forms_Keys_">ProcessCmdKey(ref Message, Keys)</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden to process shortcut keys.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_ReadXml_System_String_" data-uid="C1.Win.FlexPivot.FlexPivotPage.ReadXml(System.String)">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.ReadXml.html#C1_Win_FlexPivot_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_Win_FlexPivot_FlexPivotPage_ReadXml_System_Xml_XmlReader_" data-uid="C1.Win.FlexPivot.FlexPivotPage.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.ReadXml.html#C1_Win_FlexPivot_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_Win_FlexPivot_FlexPivotPage_WriteXml_System_String_" data-uid="C1.Win.FlexPivot.FlexPivotPage.WriteXml(System.String)">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.WriteXml.html#C1_Win_FlexPivot_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_Win_FlexPivot_FlexPivotPage_WriteXml_System_Xml_XmlWriter_" data-uid="C1.Win.FlexPivot.FlexPivotPage.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.WriteXml.html#C1_Win_FlexPivot_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_Win_FlexPivot_FlexPivotPage_DataEngineConnectionChanged" data-uid="C1.Win.FlexPivot.FlexPivotPage.DataEngineConnectionChanged">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.DataEngineConnectionChanged.html">DataEngineConnectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a DataEngine table is connected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_DataSourceChanged" data-uid="C1.Win.FlexPivot.FlexPivotPage.DataSourceChanged">
          <a class="xref" href="C1.Win.FlexPivot.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_Win_FlexPivot_FlexPivotPage_LoadedFields" data-uid="C1.Win.FlexPivot.FlexPivotPage.LoadedFields">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.LoadedFields.html">LoadedFields</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.FlexPivotPanel.html#C1_Win_FlexPivot_FlexPivotPage_FlexPivotPanel">FlexPivotPanel</a> finishes loading the fields for
the current DataSource.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_Updated" data-uid="C1.Win.FlexPivot.FlexPivotPage.Updated">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.Updated.html">Updated</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.FlexPivotPanel.html#C1_Win_FlexPivot_FlexPivotPage_FlexPivotPanel">FlexPivotPanel</a> finishes the FlexPivot analysis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_Updating" data-uid="C1.Win.FlexPivot.FlexPivotPage.Updating">
          <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.Updating.html">Updating</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the <a class="xref" href="C1.Win.FlexPivot.FlexPivotPage.FlexPivotPanel.html#C1_Win_FlexPivot_FlexPivotPage_FlexPivotPanel">FlexPivotPanel</a> starts updating the output FlexPivot table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_FlexPivotPage_ViewDefinitionChanged" data-uid="C1.Win.FlexPivot.FlexPivotPage.ViewDefinitionChanged">
          <a class="xref" href="C1.Win.FlexPivot.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>
