# C1.WPF.Pivot.PivotReportOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Pivot_PivotReportOptions" data-uid="C1.WPF.Pivot.PivotReportOptions" class="text-break">PivotReportOptions Class
</h1>
  <div class="markdown level0 summary"><p>Control used to host the report options for FlexPivot.</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">PivotReportOptions</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_PivotReportOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;Root&quot;, Type = typeof(Grid))]
[TemplatePart(Name = &quot;BtnOk&quot;, Type = typeof(Button))]
[TemplatePart(Name = &quot;BtnCancel&quot;, Type = typeof(Button))]
[TemplatePart(Name = &quot;MarginOptions&quot;, Type = typeof(PivotMarginOptions))]
public class PivotReportOptions : 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;BtnOk&quot;, Type:=GetType(Button))&gt;
&lt;TemplatePart(Name:=&quot;BtnCancel&quot;, Type:=GetType(Button))&gt;
&lt;TemplatePart(Name:=&quot;MarginOptions&quot;, Type:=GetType(PivotMarginOptions))&gt;
Public Class PivotReportOptions
    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_PivotReportOptions__ctor" data-uid="C1.WPF.Pivot.PivotReportOptions.#ctor">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.-ctor.html#C1_WPF_Pivot_PivotReportOptions__ctor">PivotReportOptions()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.html">PivotReportOptions</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions__ctor_C1_WPF_Pivot_ReportOptions_" data-uid="C1.WPF.Pivot.PivotReportOptions.#ctor(C1.WPF.Pivot.ReportOptions)">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.-ctor.html#C1_WPF_Pivot_PivotReportOptions__ctor_C1_WPF_Pivot_ReportOptions_">PivotReportOptions(ReportOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.html">PivotReportOptions</a>.</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_PivotReportOptions_BottomMarginProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.BottomMarginProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.BottomMarginProperty.html">BottomMarginProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.BottomMargin.html#C1_WPF_Pivot_PivotReportOptions_BottomMargin">BottomMargin</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_BottomPaddingProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.BottomPaddingProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.BottomPaddingProperty.html">BottomPaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.BottomPadding.html#C1_WPF_Pivot_PivotReportOptions_BottomPadding">BottomPadding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_ChartScaleProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.ChartScaleProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.ChartScaleProperty.html">ChartScaleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.ChartScale.html#C1_WPF_Pivot_PivotReportOptions_ChartScale">ChartScale</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_FooterCenterProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.FooterCenterProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.FooterCenterProperty.html">FooterCenterProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.FooterCenter.html#C1_WPF_Pivot_PivotReportOptions_FooterCenter">FooterCenter</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_FooterLeftProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.FooterLeftProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.FooterLeftProperty.html">FooterLeftProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.FooterLeft.html#C1_WPF_Pivot_PivotReportOptions_FooterLeft">FooterLeft</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_FooterRightProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.FooterRightProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.FooterRightProperty.html">FooterRightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.FooterRight.html#C1_WPF_Pivot_PivotReportOptions_FooterRight">FooterRight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_GridScaleProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.GridScaleProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.GridScaleProperty.html">GridScaleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.GridScale.html#C1_WPF_Pivot_PivotReportOptions_GridScale">GridScale</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_HeaderCenterProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.HeaderCenterProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.HeaderCenterProperty.html">HeaderCenterProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.HeaderCenter.html#C1_WPF_Pivot_PivotReportOptions_HeaderCenter">HeaderCenter</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_HeaderLeftProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.HeaderLeftProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.HeaderLeftProperty.html">HeaderLeftProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.HeaderLeft.html#C1_WPF_Pivot_PivotReportOptions_HeaderLeft">HeaderLeft</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_HeaderRightProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.HeaderRightProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.HeaderRightProperty.html">HeaderRightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.HeaderRight.html#C1_WPF_Pivot_PivotReportOptions_HeaderRight">HeaderRight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_IncludeChartProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.IncludeChartProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.IncludeChartProperty.html">IncludeChartProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.IncludeChart.html#C1_WPF_Pivot_PivotReportOptions_IncludeChart">IncludeChart</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_IncludeGridProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.IncludeGridProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.IncludeGridProperty.html">IncludeGridProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.IncludeGrid.html#C1_WPF_Pivot_PivotReportOptions_IncludeGrid">IncludeGrid</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_IncludeRawProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.IncludeRawProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.IncludeRawProperty.html">IncludeRawProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.IncludeRaw.html#C1_WPF_Pivot_PivotReportOptions_IncludeRaw">IncludeRaw</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_LeftMarginProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.LeftMarginProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.LeftMarginProperty.html">LeftMarginProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.LeftMargin.html#C1_WPF_Pivot_PivotReportOptions_LeftMargin">LeftMargin</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_LeftPaddingProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.LeftPaddingProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.LeftPaddingProperty.html">LeftPaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.LeftPadding.html#C1_WPF_Pivot_PivotReportOptions_LeftPadding">LeftPadding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_RawScaleProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.RawScaleProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.RawScaleProperty.html">RawScaleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.RawScale.html#C1_WPF_Pivot_PivotReportOptions_RawScale">RawScale</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_RightMarginProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.RightMarginProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.RightMarginProperty.html">RightMarginProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.RightMargin.html#C1_WPF_Pivot_PivotReportOptions_RightMargin">RightMargin</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_RightPaddingProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.RightPaddingProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.RightPaddingProperty.html">RightPaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.RightPadding.html#C1_WPF_Pivot_PivotReportOptions_RightPadding">RightPadding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_ShowFooterSeparatorProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.ShowFooterSeparatorProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.ShowFooterSeparatorProperty.html">ShowFooterSeparatorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.ShowFooterSeparator.html#C1_WPF_Pivot_PivotReportOptions_ShowFooterSeparator">ShowFooterSeparator</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_ShowHeaderSeparatorProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.ShowHeaderSeparatorProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.ShowHeaderSeparatorProperty.html">ShowHeaderSeparatorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.ShowHeaderSeparator.html#C1_WPF_Pivot_PivotReportOptions_ShowHeaderSeparator">ShowHeaderSeparator</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_TopMarginProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.TopMarginProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.TopMarginProperty.html">TopMarginProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.TopMargin.html#C1_WPF_Pivot_PivotReportOptions_TopMargin">TopMargin</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_TopPaddingProperty" data-uid="C1.WPF.Pivot.PivotReportOptions.TopPaddingProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.TopPaddingProperty.html">TopPaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.TopPadding.html#C1_WPF_Pivot_PivotReportOptions_TopPadding">TopPadding</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_PivotReportOptions_BottomMargin" data-uid="C1.WPF.Pivot.PivotReportOptions.BottomMargin">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.BottomMargin.html#C1_WPF_Pivot_PivotReportOptions_BottomMargin">BottomMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bottom margin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_BottomPadding" data-uid="C1.WPF.Pivot.PivotReportOptions.BottomPadding">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.BottomPadding.html#C1_WPF_Pivot_PivotReportOptions_BottomPadding">BottomPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bottom padding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_ChartScale" data-uid="C1.WPF.Pivot.PivotReportOptions.ChartScale">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.ChartScale.html#C1_WPF_Pivot_PivotReportOptions_ChartScale">ChartScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ScaleMode for the Chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_FooterCenter" data-uid="C1.WPF.Pivot.PivotReportOptions.FooterCenter">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.FooterCenter.html#C1_WPF_Pivot_PivotReportOptions_FooterCenter">FooterCenter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text for the footer aligned to the center of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_FooterLeft" data-uid="C1.WPF.Pivot.PivotReportOptions.FooterLeft">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.FooterLeft.html#C1_WPF_Pivot_PivotReportOptions_FooterLeft">FooterLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text for the footer aligned to the left of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_FooterRight" data-uid="C1.WPF.Pivot.PivotReportOptions.FooterRight">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.FooterRight.html#C1_WPF_Pivot_PivotReportOptions_FooterRight">FooterRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text for the footer aligned to the right of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_GridScale" data-uid="C1.WPF.Pivot.PivotReportOptions.GridScale">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.GridScale.html#C1_WPF_Pivot_PivotReportOptions_GridScale">GridScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ScaleMode for the Grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_HeaderCenter" data-uid="C1.WPF.Pivot.PivotReportOptions.HeaderCenter">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.HeaderCenter.html#C1_WPF_Pivot_PivotReportOptions_HeaderCenter">HeaderCenter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text for the header aligned to the center of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_HeaderLeft" data-uid="C1.WPF.Pivot.PivotReportOptions.HeaderLeft">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.HeaderLeft.html#C1_WPF_Pivot_PivotReportOptions_HeaderLeft">HeaderLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text for the header aligned to the left of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_HeaderRight" data-uid="C1.WPF.Pivot.PivotReportOptions.HeaderRight">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.HeaderRight.html#C1_WPF_Pivot_PivotReportOptions_HeaderRight">HeaderRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text for the header aligned to the right of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_IncludeChart" data-uid="C1.WPF.Pivot.PivotReportOptions.IncludeChart">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.IncludeChart.html#C1_WPF_Pivot_PivotReportOptions_IncludeChart">IncludeChart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the chart will be included in the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_IncludeGrid" data-uid="C1.WPF.Pivot.PivotReportOptions.IncludeGrid">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.IncludeGrid.html#C1_WPF_Pivot_PivotReportOptions_IncludeGrid">IncludeGrid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the grid will be included in the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_IncludeRaw" data-uid="C1.WPF.Pivot.PivotReportOptions.IncludeRaw">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.IncludeRaw.html#C1_WPF_Pivot_PivotReportOptions_IncludeRaw">IncludeRaw</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the raw data will be included in the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_IsDisposed" data-uid="C1.WPF.Pivot.PivotReportOptions.IsDisposed">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.IsDisposed.html#C1_WPF_Pivot_PivotReportOptions_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_PivotReportOptions_LeftMargin" data-uid="C1.WPF.Pivot.PivotReportOptions.LeftMargin">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.LeftMargin.html#C1_WPF_Pivot_PivotReportOptions_LeftMargin">LeftMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left margin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_LeftPadding" data-uid="C1.WPF.Pivot.PivotReportOptions.LeftPadding">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.LeftPadding.html#C1_WPF_Pivot_PivotReportOptions_LeftPadding">LeftPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left padding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_RawScale" data-uid="C1.WPF.Pivot.PivotReportOptions.RawScale">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.RawScale.html#C1_WPF_Pivot_PivotReportOptions_RawScale">RawScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ScaleMode for the RawData.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_RightMargin" data-uid="C1.WPF.Pivot.PivotReportOptions.RightMargin">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.RightMargin.html#C1_WPF_Pivot_PivotReportOptions_RightMargin">RightMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right margin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_RightPadding" data-uid="C1.WPF.Pivot.PivotReportOptions.RightPadding">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.RightPadding.html#C1_WPF_Pivot_PivotReportOptions_RightPadding">RightPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right padding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_ShowFooterSeparator" data-uid="C1.WPF.Pivot.PivotReportOptions.ShowFooterSeparator">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.ShowFooterSeparator.html#C1_WPF_Pivot_PivotReportOptions_ShowFooterSeparator">ShowFooterSeparator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a footer separator will be included in the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_ShowHeaderSeparator" data-uid="C1.WPF.Pivot.PivotReportOptions.ShowHeaderSeparator">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.ShowHeaderSeparator.html#C1_WPF_Pivot_PivotReportOptions_ShowHeaderSeparator">ShowHeaderSeparator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a header separator will be included in the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_TopMargin" data-uid="C1.WPF.Pivot.PivotReportOptions.TopMargin">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.TopMargin.html#C1_WPF_Pivot_PivotReportOptions_TopMargin">TopMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top margin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_TopPadding" data-uid="C1.WPF.Pivot.PivotReportOptions.TopPadding">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.TopPadding.html#C1_WPF_Pivot_PivotReportOptions_TopPadding">TopPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top padding.</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_PivotReportOptions_Dispose" data-uid="C1.WPF.Pivot.PivotReportOptions.Dispose">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.Dispose.html#C1_WPF_Pivot_PivotReportOptions_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_Dispose_System_Boolean_" data-uid="C1.WPF.Pivot.PivotReportOptions.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.Dispose.html#C1_WPF_Pivot_PivotReportOptions_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_Finalize" data-uid="C1.WPF.Pivot.PivotReportOptions.Finalize">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.Finalize.html#C1_WPF_Pivot_PivotReportOptions_Finalize">Finalize()</a>
        </td>
        <td class="markdown level1 summary"><p>Finalizes this instance of the <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.html">PivotReportOptions</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotReportOptions_OnApplyTemplate" data-uid="C1.WPF.Pivot.PivotReportOptions.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Pivot.PivotReportOptions.OnApplyTemplate.html#C1_WPF_Pivot_PivotReportOptions_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
