# C1.WPF.ReportViewer.C1ReportViewer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_ReportViewer_C1ReportViewer" data-uid="C1.WPF.ReportViewer.C1ReportViewer" class="text-break">C1ReportViewer Class
</h1>
  <div class="markdown level0 summary"><p>Displays PDF and HTML documents with navigation controls.</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.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><span class="xref">C1ReportViewer</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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.ReportViewer.html">C1.WPF.ReportViewer</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ReportViewer.4.6.2.dll</h6>
  <h5 id="C1_WPF_ReportViewer_C1ReportViewer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;Content&quot;, Type = typeof(Panel))]
[TemplatePart(Name = &quot;HorizontalScrollBar&quot;, Type = typeof(ScrollBar))]
[TemplatePart(Name = &quot;VerticalScrollBar&quot;, Type = typeof(ScrollBar))]
[StyleTypedProperty(Property = &quot;ScrollBarStyle&quot;, StyleTargetType = typeof(ScrollBar))]
public class C1ReportViewer : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;Content&quot;, Type:=GetType(Panel))&gt;
&lt;TemplatePart(Name:=&quot;HorizontalScrollBar&quot;, Type:=GetType(ScrollBar))&gt;
&lt;TemplatePart(Name:=&quot;VerticalScrollBar&quot;, Type:=GetType(ScrollBar))&gt;
&lt;StyleTypedProperty(Property:=&quot;ScrollBarStyle&quot;, StyleTargetType:=GetType(ScrollBar))&gt;
Public Class C1ReportViewer
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</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_ReportViewer_C1ReportViewer__ctor" data-uid="C1.WPF.ReportViewer.C1ReportViewer.#ctor">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.-ctor.html#C1_WPF_ReportViewer_C1ReportViewer__ctor">C1ReportViewer()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.html">C1ReportViewer</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_ReportViewer_C1ReportViewer_ComputedHorizontalScrollBarVisibilityProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ComputedHorizontalScrollBarVisibilityProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ComputedHorizontalScrollBarVisibilityProperty.html">ComputedHorizontalScrollBarVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ComputedHorizontalScrollBarVisibility.html#C1_WPF_ReportViewer_C1ReportViewer_ComputedHorizontalScrollBarVisibility">ComputedHorizontalScrollBarVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ComputedVerticalScrollBarVisibilityProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ComputedVerticalScrollBarVisibilityProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ComputedVerticalScrollBarVisibilityProperty.html">ComputedVerticalScrollBarVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ComputedVerticalScrollBarVisibility.html#C1_WPF_ReportViewer_C1ReportViewer_ComputedVerticalScrollBarVisibility">ComputedVerticalScrollBarVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_DecreaseZoomCommandProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.DecreaseZoomCommandProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.DecreaseZoomCommandProperty.html">DecreaseZoomCommandProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.DecreaseZoomCommand.html#C1_WPF_ReportViewer_C1ReportViewer_DecreaseZoomCommand">DecreaseZoomCommand</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ExtentHeightProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ExtentHeightProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ExtentHeightProperty.html">ExtentHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ExtentHeight.html#C1_WPF_ReportViewer_C1ReportViewer_ExtentHeight">ExtentHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ExtentWidthProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ExtentWidthProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ExtentWidthProperty.html">ExtentWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ExtentWidth.html#C1_WPF_ReportViewer_C1ReportViewer_ExtentWidth">ExtentWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_FindCountProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.FindCountProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindCountProperty.html">FindCountProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindCount.html#C1_WPF_ReportViewer_C1ReportViewer_FindCount">FindCount</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_FindNextCommandProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.FindNextCommandProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindNextCommandProperty.html">FindNextCommandProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindNextCommand.html#C1_WPF_ReportViewer_C1ReportViewer_FindNextCommand">FindNextCommand</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_FindNumberProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.FindNumberProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindNumberProperty.html">FindNumberProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindNumber.html#C1_WPF_ReportViewer_C1ReportViewer_FindNumber">FindNumber</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_FindPreviousCommandProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.FindPreviousCommandProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindPreviousCommandProperty.html">FindPreviousCommandProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindPreviousCommand.html#C1_WPF_ReportViewer_C1ReportViewer_FindPreviousCommand">FindPreviousCommand</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_FindTextProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.FindTextProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindTextProperty.html">FindTextProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindText.html#C1_WPF_ReportViewer_C1ReportViewer_FindText">FindText</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_FirstPageCommandProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.FirstPageCommandProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FirstPageCommandProperty.html">FirstPageCommandProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FirstPageCommand.html#C1_WPF_ReportViewer_C1ReportViewer_FirstPageCommand">FirstPageCommand</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_HorizontalOffsetProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.HorizontalOffsetProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.HorizontalOffsetProperty.html">HorizontalOffsetProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.HorizontalOffset.html#C1_WPF_ReportViewer_C1ReportViewer_HorizontalOffset">HorizontalOffset</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_HorizontalScrollBarVisibilityProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.HorizontalScrollBarVisibilityProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.HorizontalScrollBarVisibilityProperty.html">HorizontalScrollBarVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.HorizontalScrollBarVisibility.html#C1_WPF_ReportViewer_C1ReportViewer_HorizontalScrollBarVisibility">HorizontalScrollBarVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_IncreaseZoomCommandProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.IncreaseZoomCommandProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.IncreaseZoomCommandProperty.html">IncreaseZoomCommandProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.IncreaseZoomCommand.html#C1_WPF_ReportViewer_C1ReportViewer_IncreaseZoomCommand">IncreaseZoomCommand</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_IsFlowingProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.IsFlowingProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.IsFlowingProperty.html">IsFlowingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.IsFlowing.html#C1_WPF_ReportViewer_C1ReportViewer_IsFlowing">IsFlowing</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_LastPageCommandProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.LastPageCommandProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.LastPageCommandProperty.html">LastPageCommandProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.LastPageCommand.html#C1_WPF_ReportViewer_C1ReportViewer_LastPageCommand">LastPageCommand</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_NextPageCommandProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.NextPageCommandProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.NextPageCommandProperty.html">NextPageCommandProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.NextPageCommand.html#C1_WPF_ReportViewer_C1ReportViewer_NextPageCommand">NextPageCommand</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_PageCountProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.PageCountProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PageCountProperty.html">PageCountProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PageCount.html#C1_WPF_ReportViewer_C1ReportViewer_PageCount">PageCount</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_PageMarginProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.PageMarginProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PageMarginProperty.html">PageMarginProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PageMargin.html#C1_WPF_ReportViewer_C1ReportViewer_PageMargin">PageMargin</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_PageNumberProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.PageNumberProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PageNumberProperty.html">PageNumberProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PageNumber.html#C1_WPF_ReportViewer_C1ReportViewer_PageNumber">PageNumber</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_PageSeparationProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.PageSeparationProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PageSeparationProperty.html">PageSeparationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PageSeparation.html#C1_WPF_ReportViewer_C1ReportViewer_PageSeparation">PageSeparation</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_PageSizeProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.PageSizeProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PageSizeProperty.html">PageSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PageSize.html#C1_WPF_ReportViewer_C1ReportViewer_PageSize">PageSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_PageTemplateProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.PageTemplateProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PageTemplateProperty.html">PageTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PageTemplate.html#C1_WPF_ReportViewer_C1ReportViewer_PageTemplate">PageTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_PreviousPageCommandProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.PreviousPageCommandProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PreviousPageCommandProperty.html">PreviousPageCommandProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PreviousPageCommand.html#C1_WPF_ReportViewer_C1ReportViewer_PreviousPageCommand">PreviousPageCommand</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_PrintCommandProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.PrintCommandProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PrintCommandProperty.html">PrintCommandProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PrintCommand.html#C1_WPF_ReportViewer_C1ReportViewer_PrintCommand">PrintCommand</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_SaveCommandProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.SaveCommandProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.SaveCommandProperty.html">SaveCommandProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.SaveCommand.html#C1_WPF_ReportViewer_C1ReportViewer_SaveCommand">SaveCommand</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ScrollBarStyleProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ScrollBarStyleProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ScrollBarStyleProperty.html">ScrollBarStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ScrollBarStyle.html#C1_WPF_ReportViewer_C1ReportViewer_ScrollBarStyle">ScrollBarStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ScrollableHeightProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ScrollableHeightProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ScrollableHeightProperty.html">ScrollableHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ScrollableHeight.html#C1_WPF_ReportViewer_C1ReportViewer_ScrollableHeight">ScrollableHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ScrollableWidthProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ScrollableWidthProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ScrollableWidthProperty.html">ScrollableWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ScrollableWidth.html#C1_WPF_ReportViewer_C1ReportViewer_ScrollableWidth">ScrollableWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_SelectionBackgroundProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.SelectionBackgroundProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.SelectionBackgroundProperty.html">SelectionBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.SelectionBackground.html#C1_WPF_ReportViewer_C1ReportViewer_SelectionBackground">SelectionBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ToolbarStyleProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ToolbarStyleProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ToolbarStyleProperty.html">ToolbarStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ToolbarStyle.html#C1_WPF_ReportViewer_C1ReportViewer_ToolbarStyle">ToolbarStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ToolbarVisibilityProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ToolbarVisibilityProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ToolbarVisibilityProperty.html">ToolbarVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ToolbarVisibility.html#C1_WPF_ReportViewer_C1ReportViewer_ToolbarVisibility">ToolbarVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_VerticalOffsetProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.VerticalOffsetProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.VerticalOffsetProperty.html">VerticalOffsetProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.VerticalOffset.html#C1_WPF_ReportViewer_C1ReportViewer_VerticalOffset">VerticalOffset</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_VerticalScrollBarVisibilityProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.VerticalScrollBarVisibilityProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.VerticalScrollBarVisibilityProperty.html">VerticalScrollBarVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.VerticalScrollBarVisibility.html#C1_WPF_ReportViewer_C1ReportViewer_VerticalScrollBarVisibility">VerticalScrollBarVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ViewModeProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ViewModeProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ViewModeProperty.html">ViewModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ViewMode.html#C1_WPF_ReportViewer_C1ReportViewer_ViewMode">ViewMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ViewportHeightProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ViewportHeightProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ViewportHeightProperty.html">ViewportHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ViewportHeight.html#C1_WPF_ReportViewer_C1ReportViewer_ViewportHeight">ViewportHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ViewportWidthProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ViewportWidthProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ViewportWidthProperty.html">ViewportWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ViewportWidth.html#C1_WPF_ReportViewer_C1ReportViewer_ViewportWidth">ViewportWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ZoomProperty" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ZoomProperty">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ZoomProperty.html">ZoomProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.Zoom.html#C1_WPF_ReportViewer_C1ReportViewer_Zoom">Zoom</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_ReportViewer_C1ReportViewer_Attachments" data-uid="C1.WPF.ReportViewer.C1ReportViewer.Attachments">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.Attachments.html#C1_WPF_ReportViewer_C1ReportViewer_Attachments">Attachments</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of attachments for this pdf document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_AutoContentRotation" data-uid="C1.WPF.ReportViewer.C1ReportViewer.AutoContentRotation">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.AutoContentRotation.html#C1_WPF_ReportViewer_C1ReportViewer_AutoContentRotation">AutoContentRotation</a>
        </td>
        <td class="markdown level1 summary"><p>Indicate whether the printer automatically change the page orientation according to the size of content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_Bookmarks" data-uid="C1.WPF.ReportViewer.C1ReportViewer.Bookmarks">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.Bookmarks.html#C1_WPF_ReportViewer_C1ReportViewer_Bookmarks">Bookmarks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of top level bookmarks for this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ComputedHorizontalScrollBarVisibility" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ComputedHorizontalScrollBarVisibility">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ComputedHorizontalScrollBarVisibility.html#C1_WPF_ReportViewer_C1ReportViewer_ComputedHorizontalScrollBarVisibility">ComputedHorizontalScrollBarVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the horizontal <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.scrollbar">ScrollBar</a> is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ComputedVerticalScrollBarVisibility" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ComputedVerticalScrollBarVisibility">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ComputedVerticalScrollBarVisibility.html#C1_WPF_ReportViewer_C1ReportViewer_ComputedVerticalScrollBarVisibility">ComputedVerticalScrollBarVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the vertical <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.scrollbar">ScrollBar</a> is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_DecreaseZoomCommand" data-uid="C1.WPF.ReportViewer.C1ReportViewer.DecreaseZoomCommand">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.DecreaseZoomCommand.html#C1_WPF_ReportViewer_C1ReportViewer_DecreaseZoomCommand">DecreaseZoomCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that decreases zoom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_DocumentInfo" data-uid="C1.WPF.ReportViewer.C1ReportViewer.DocumentInfo">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.DocumentInfo.html#C1_WPF_ReportViewer_C1ReportViewer_DocumentInfo">DocumentInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the document information in the pdf file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ExtentHeight" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ExtentHeight">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ExtentHeight.html#C1_WPF_ReportViewer_C1ReportViewer_ExtentHeight">ExtentHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the vertical size of all the content for display in the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.html">C1ReportViewer</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ExtentWidth" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ExtentWidth">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ExtentWidth.html#C1_WPF_ReportViewer_C1ReportViewer_ExtentWidth">ExtentWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the horizontal size of all the content for display in the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.html">C1ReportViewer</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_FindCount" data-uid="C1.WPF.ReportViewer.C1ReportViewer.FindCount">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindCount.html#C1_WPF_ReportViewer_C1ReportViewer_FindCount">FindCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total number of occurrences of <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindText.html#C1_WPF_ReportViewer_C1ReportViewer_FindText">FindText</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_FindNextCommand" data-uid="C1.WPF.ReportViewer.C1ReportViewer.FindNextCommand">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindNextCommand.html#C1_WPF_ReportViewer_C1ReportViewer_FindNextCommand">FindNextCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that performs the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindNext.html#C1_WPF_ReportViewer_C1ReportViewer_FindNext">FindNext()</a> operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_FindNumber" data-uid="C1.WPF.ReportViewer.C1ReportViewer.FindNumber">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindNumber.html#C1_WPF_ReportViewer_C1ReportViewer_FindNumber">FindNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of the currently selected occurrence of <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindText.html#C1_WPF_ReportViewer_C1ReportViewer_FindText">FindText</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_FindPreviousCommand" data-uid="C1.WPF.ReportViewer.C1ReportViewer.FindPreviousCommand">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindPreviousCommand.html#C1_WPF_ReportViewer_C1ReportViewer_FindPreviousCommand">FindPreviousCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that performs the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindPrevious.html#C1_WPF_ReportViewer_C1ReportViewer_FindPrevious">FindPrevious()</a> operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_FindText" data-uid="C1.WPF.ReportViewer.C1ReportViewer.FindText">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindText.html#C1_WPF_ReportViewer_C1ReportViewer_FindText">FindText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text that will be searched by <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindNext.html#C1_WPF_ReportViewer_C1ReportViewer_FindNext">FindNext()</a> and <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindPrevious.html#C1_WPF_ReportViewer_C1ReportViewer_FindPrevious">FindPrevious()</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_FirstPageCommand" data-uid="C1.WPF.ReportViewer.C1ReportViewer.FirstPageCommand">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FirstPageCommand.html#C1_WPF_ReportViewer_C1ReportViewer_FirstPageCommand">FirstPageCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that goes to the first page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_HorizontalOffset" data-uid="C1.WPF.ReportViewer.C1ReportViewer.HorizontalOffset">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.HorizontalOffset.html#C1_WPF_ReportViewer_C1ReportViewer_HorizontalOffset">HorizontalOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates the horizontal offset of the scrolled content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_HorizontalScrollBarVisibility" data-uid="C1.WPF.ReportViewer.C1ReportViewer.HorizontalScrollBarVisibility">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.HorizontalScrollBarVisibility.html#C1_WPF_ReportViewer_C1ReportViewer_HorizontalScrollBarVisibility">HorizontalScrollBarVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether a horizontal <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.scrollbar">ScrollBar</a> should be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_IncreaseZoomCommand" data-uid="C1.WPF.ReportViewer.C1ReportViewer.IncreaseZoomCommand">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.IncreaseZoomCommand.html#C1_WPF_ReportViewer_C1ReportViewer_IncreaseZoomCommand">IncreaseZoomCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that increases zoom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_IsFlowing" data-uid="C1.WPF.ReportViewer.C1ReportViewer.IsFlowing">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.IsFlowing.html#C1_WPF_ReportViewer_C1ReportViewer_IsFlowing">IsFlowing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the current document is displayed as a flowing document, instead of paged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_LastPageCommand" data-uid="C1.WPF.ReportViewer.C1ReportViewer.LastPageCommand">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.LastPageCommand.html#C1_WPF_ReportViewer_C1ReportViewer_LastPageCommand">LastPageCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that goes to the last page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_NextPageCommand" data-uid="C1.WPF.ReportViewer.C1ReportViewer.NextPageCommand">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.NextPageCommand.html#C1_WPF_ReportViewer_C1ReportViewer_NextPageCommand">NextPageCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that goes to the next page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_PageCount" data-uid="C1.WPF.ReportViewer.C1ReportViewer.PageCount">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PageCount.html#C1_WPF_ReportViewer_C1ReportViewer_PageCount">PageCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current number of display pages for the content hosted by the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.html">C1ReportViewer</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_PageMargin" data-uid="C1.WPF.ReportViewer.C1ReportViewer.PageMargin">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PageMargin.html#C1_WPF_ReportViewer_C1ReportViewer_PageMargin">PageMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the margin of the page used for displaying and printing HTML documents.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_PageNumber" data-uid="C1.WPF.ReportViewer.C1ReportViewer.PageNumber">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PageNumber.html#C1_WPF_ReportViewer_C1ReportViewer_PageNumber">PageNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the page number for the currently displayed page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_PageSeparation" data-uid="C1.WPF.ReportViewer.C1ReportViewer.PageSeparation">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PageSeparation.html#C1_WPF_ReportViewer_C1ReportViewer_PageSeparation">PageSeparation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the separation between pages.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_PageSize" data-uid="C1.WPF.ReportViewer.C1ReportViewer.PageSize">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PageSize.html#C1_WPF_ReportViewer_C1ReportViewer_PageSize">PageSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the page used for displaying and printing HTML documents.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_PageTemplate" data-uid="C1.WPF.ReportViewer.C1ReportViewer.PageTemplate">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PageTemplate.html#C1_WPF_ReportViewer_C1ReportViewer_PageTemplate">PageTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.datatemplate">DataTemplate</a> used to display pages.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_PreviousPageCommand" data-uid="C1.WPF.ReportViewer.C1ReportViewer.PreviousPageCommand">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PreviousPageCommand.html#C1_WPF_ReportViewer_C1ReportViewer_PreviousPageCommand">PreviousPageCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that goes to the previous page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_PrintCommand" data-uid="C1.WPF.ReportViewer.C1ReportViewer.PrintCommand">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PrintCommand.html#C1_WPF_ReportViewer_C1ReportViewer_PrintCommand">PrintCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that performs the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PrintDocument.html#C1_WPF_ReportViewer_C1ReportViewer_PrintDocument_System_String_">PrintDocument(string)</a> operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_SaveCommand" data-uid="C1.WPF.ReportViewer.C1ReportViewer.SaveCommand">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.SaveCommand.html#C1_WPF_ReportViewer_C1ReportViewer_SaveCommand">SaveCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that saves the document using SaveFileDialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ScrollBarStyle" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ScrollBarStyle">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ScrollBarStyle.html#C1_WPF_ReportViewer_C1ReportViewer_ScrollBarStyle">ScrollBarStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> used by the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.scrollbar">ScrollBar</a> control contained in the default template.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ScrollableHeight" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ScrollableHeight">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ScrollableHeight.html#C1_WPF_ReportViewer_C1ReportViewer_ScrollableHeight">ScrollableHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that represents the horizontal size of the area that can be scrolled; the difference between the height of the extent and the height of the viewport.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ScrollableWidth" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ScrollableWidth">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ScrollableWidth.html#C1_WPF_ReportViewer_C1ReportViewer_ScrollableWidth">ScrollableWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that represents the vertical size of the area that can be scrolled; the difference between the width of the extent and the width of the viewport.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_SelectedText" data-uid="C1.WPF.ReportViewer.C1ReportViewer.SelectedText">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.SelectedText.html#C1_WPF_ReportViewer_C1ReportViewer_SelectedText">SelectedText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_SelectionBackground" data-uid="C1.WPF.ReportViewer.C1ReportViewer.SelectionBackground">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.SelectionBackground.html#C1_WPF_ReportViewer_C1ReportViewer_SelectionBackground">SelectionBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> for this <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.html">C1ReportViewer</a>'s selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ToolbarStyle" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ToolbarStyle">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ToolbarStyle.html#C1_WPF_ReportViewer_C1ReportViewer_ToolbarStyle">ToolbarStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the style applied to this <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.html">C1ReportViewer</a>'s toolbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ToolbarVisibility" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ToolbarVisibility">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ToolbarVisibility.html#C1_WPF_ReportViewer_C1ReportViewer_ToolbarVisibility">ToolbarVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.visibility">Visibility</a> of this <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.html">C1ReportViewer</a> toolbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_VerticalOffset" data-uid="C1.WPF.ReportViewer.C1ReportViewer.VerticalOffset">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.VerticalOffset.html#C1_WPF_ReportViewer_C1ReportViewer_VerticalOffset">VerticalOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates the vertical offset of the scrolled content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_VerticalScrollBarVisibility" data-uid="C1.WPF.ReportViewer.C1ReportViewer.VerticalScrollBarVisibility">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.VerticalScrollBarVisibility.html#C1_WPF_ReportViewer_C1ReportViewer_VerticalScrollBarVisibility">VerticalScrollBarVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether a horizontal <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.scrollbar">ScrollBar</a> should be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ViewMode" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ViewMode">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ViewMode.html#C1_WPF_ReportViewer_C1ReportViewer_ViewMode">ViewMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ViewMode.html#C1_WPF_ReportViewer_C1ReportViewer_ViewMode">ViewMode</a> for this <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.html">C1ReportViewer</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ViewportHeight" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ViewportHeight">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ViewportHeight.html#C1_WPF_ReportViewer_C1ReportViewer_ViewportHeight">ViewportHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that contains the vertical size of the viewable content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ViewportWidth" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ViewportWidth">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ViewportWidth.html#C1_WPF_ReportViewer_C1ReportViewer_ViewportWidth">ViewportWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that contains the horizontal size of the viewable content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_Zoom" data-uid="C1.WPF.ReportViewer.C1ReportViewer.Zoom">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.Zoom.html#C1_WPF_ReportViewer_C1ReportViewer_Zoom">Zoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the document zoom.</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_ReportViewer_C1ReportViewer_ClipboardCopy" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ClipboardCopy">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ClipboardCopy.html#C1_WPF_ReportViewer_C1ReportViewer_ClipboardCopy">ClipboardCopy()</a>
        </td>
        <td class="markdown level1 summary"><p>Copy the current selection to the clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_CloseDocument" data-uid="C1.WPF.ReportViewer.C1ReportViewer.CloseDocument">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.CloseDocument.html#C1_WPF_ReportViewer_C1ReportViewer_CloseDocument">CloseDocument()</a>
        </td>
        <td class="markdown level1 summary"><p>Closes the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_FindNext" data-uid="C1.WPF.ReportViewer.C1ReportViewer.FindNext">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindNext.html#C1_WPF_ReportViewer_C1ReportViewer_FindNext">FindNext()</a>
        </td>
        <td class="markdown level1 summary"><p>Go to the next occurrence of <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindText.html#C1_WPF_ReportViewer_C1ReportViewer_FindText">FindText</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_FindNext_System_Collections_Generic_IList_System_Windows_FrameworkElement__" data-uid="C1.WPF.ReportViewer.C1ReportViewer.FindNext(System.Collections.Generic.IList{System.Windows.FrameworkElement})">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindNext.html#C1_WPF_ReportViewer_C1ReportViewer_FindNext_System_Collections_Generic_IList_System_Windows_FrameworkElement__">FindNext(IList&lt;FrameworkElement&gt;)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_FindPrevious" data-uid="C1.WPF.ReportViewer.C1ReportViewer.FindPrevious">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindPrevious.html#C1_WPF_ReportViewer_C1ReportViewer_FindPrevious">FindPrevious()</a>
        </td>
        <td class="markdown level1 summary"><p>Go to the previous occurrence of <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindText.html#C1_WPF_ReportViewer_C1ReportViewer_FindText">FindText</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_FindPrevious_System_Collections_Generic_IList_System_Windows_FrameworkElement__" data-uid="C1.WPF.ReportViewer.C1ReportViewer.FindPrevious(System.Collections.Generic.IList{System.Windows.FrameworkElement})">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindPrevious.html#C1_WPF_ReportViewer_C1ReportViewer_FindPrevious_System_Collections_Generic_IList_System_Windows_FrameworkElement__">FindPrevious(IList&lt;FrameworkElement&gt;)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_GetAttachment_C1_WPF_ReportViewer_Attachment_" data-uid="C1.WPF.ReportViewer.C1ReportViewer.GetAttachment(C1.WPF.ReportViewer.Attachment)">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.GetAttachment.html#C1_WPF_ReportViewer_C1ReportViewer_GetAttachment_C1_WPF_ReportViewer_Attachment_">GetAttachment(Attachment)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns memory stream with attachment data in the pdf file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_GetPages" data-uid="C1.WPF.ReportViewer.C1ReportViewer.GetPages">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.GetPages.html#C1_WPF_ReportViewer_C1ReportViewer_GetPages">GetPages()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a copy of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElements</a> that represent the document pages.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_GoToBookmark_System_String___" data-uid="C1.WPF.ReportViewer.C1ReportViewer.GoToBookmark(System.String[])">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.GoToBookmark.html#C1_WPF_ReportViewer_C1ReportViewer_GoToBookmark_System_String___">GoToBookmark(params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Jump to a specified bookmark.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_GoToPage_System_Int32_" data-uid="C1.WPF.ReportViewer.C1ReportViewer.GoToPage(System.Int32)">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.GoToPage.html#C1_WPF_ReportViewer_C1ReportViewer_GoToPage_System_Int32_">GoToPage(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Jump to a specified page number.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_LoadDocument_System_IO_Stream_System_String_" data-uid="C1.WPF.ReportViewer.C1ReportViewer.LoadDocument(System.IO.Stream,System.String)">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.LoadDocument.html#C1_WPF_ReportViewer_C1ReportViewer_LoadDocument_System_IO_Stream_System_String_">LoadDocument(Stream, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Load a PDF or HTML document from a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_LoadDocument_System_String_System_String_" data-uid="C1.WPF.ReportViewer.C1ReportViewer.LoadDocument(System.String,System.String)">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.LoadDocument.html#C1_WPF_ReportViewer_C1ReportViewer_LoadDocument_System_String_System_String_">LoadDocument(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Load a PDF or HMTL document from a file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_LoadDocumentFromString_System_String_" data-uid="C1.WPF.ReportViewer.C1ReportViewer.LoadDocumentFromString(System.String)">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.LoadDocumentFromString.html#C1_WPF_ReportViewer_C1ReportViewer_LoadDocumentFromString_System_String_">LoadDocumentFromString(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Load an HTML document from a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_OnApplyTemplate" data-uid="C1.WPF.ReportViewer.C1ReportViewer.OnApplyTemplate">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.OnApplyTemplate.html#C1_WPF_ReportViewer_C1ReportViewer_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.html">C1ReportViewer</a> control when a new template is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_OnKeyDown_System_Windows_Input_KeyEventArgs_" data-uid="C1.WPF.ReportViewer.C1ReportViewer.OnKeyDown(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.OnKeyDown.html#C1_WPF_ReportViewer_C1ReportViewer_OnKeyDown_System_Windows_Input_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_OnMouseLeftButtonDown_System_Windows_Input_MouseButtonEventArgs_" data-uid="C1.WPF.ReportViewer.C1ReportViewer.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.OnMouseLeftButtonDown.html#C1_WPF_ReportViewer_C1ReportViewer_OnMouseLeftButtonDown_System_Windows_Input_MouseButtonEventArgs_">OnMouseLeftButtonDown(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_OnMouseWheel_System_Windows_Input_MouseWheelEventArgs_" data-uid="C1.WPF.ReportViewer.C1ReportViewer.OnMouseWheel(System.Windows.Input.MouseWheelEventArgs)">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.OnMouseWheel.html#C1_WPF_ReportViewer_C1ReportViewer_OnMouseWheel_System_Windows_Input_MouseWheelEventArgs_">OnMouseWheel(MouseWheelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_OnParsingError_System_Object_C1_WPF_ReportViewer_ParsingErrorEventArgs_" data-uid="C1.WPF.ReportViewer.C1ReportViewer.OnParsingError(System.Object,C1.WPF.ReportViewer.ParsingErrorEventArgs)">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.OnParsingError.html#C1_WPF_ReportViewer_C1ReportViewer_OnParsingError_System_Object_C1_WPF_ReportViewer_ParsingErrorEventArgs_">OnParsingError(object, ParsingErrorEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Provides class handling for the C1PdfViewer.ParsingError event that occurs when any error occurs in pdf parsing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_OnPreparedPage_System_Object_C1_WPF_ReportViewer_PreparedPageEventArgs_" data-uid="C1.WPF.ReportViewer.C1ReportViewer.OnPreparedPage(System.Object,C1.WPF.ReportViewer.PreparedPageEventArgs)">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.OnPreparedPage.html#C1_WPF_ReportViewer_C1ReportViewer_OnPreparedPage_System_Object_C1_WPF_ReportViewer_PreparedPageEventArgs_">OnPreparedPage(object, PreparedPageEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Provides class handling for the C1PdfViewer.PreparedPage event that occurs when pages end rendering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_OnPreparingPage_System_Object_C1_WPF_ReportViewer_PreparingPageEventArgs_" data-uid="C1.WPF.ReportViewer.C1ReportViewer.OnPreparingPage(System.Object,C1.WPF.ReportViewer.PreparingPageEventArgs)">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.OnPreparingPage.html#C1_WPF_ReportViewer_C1ReportViewer_OnPreparingPage_System_Object_C1_WPF_ReportViewer_PreparingPageEventArgs_">OnPreparingPage(object, PreparingPageEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Provides class handling for the C1PdfViewer.PreparingPage event that occurs when pages start rendering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_PrintDocument_System_String_" data-uid="C1.WPF.ReportViewer.C1ReportViewer.PrintDocument(System.String)">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PrintDocument.html#C1_WPF_ReportViewer_C1ReportViewer_PrintDocument_System_String_">PrintDocument(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Print the current document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_SaveDocument" data-uid="C1.WPF.ReportViewer.C1ReportViewer.SaveDocument">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.SaveDocument.html#C1_WPF_ReportViewer_C1ReportViewer_SaveDocument">SaveDocument()</a>
        </td>
        <td class="markdown level1 summary"><p>Save the current document to a file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_SaveDocument_System_IO_Stream_" data-uid="C1.WPF.ReportViewer.C1ReportViewer.SaveDocument(System.IO.Stream)">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.SaveDocument.html#C1_WPF_ReportViewer_C1ReportViewer_SaveDocument_System_IO_Stream_">SaveDocument(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Save the current document to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_SaveDocument_System_String_" data-uid="C1.WPF.ReportViewer.C1ReportViewer.SaveDocument(System.String)">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.SaveDocument.html#C1_WPF_ReportViewer_C1ReportViewer_SaveDocument_System_String_">SaveDocument(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Save the current document to a file.</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_ReportViewer_C1ReportViewer_AttachmentClick" data-uid="C1.WPF.ReportViewer.C1ReportViewer.AttachmentClick">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.AttachmentClick.html">AttachmentClick</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when click on attachment icon in the pdf file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_FindCountChanged" data-uid="C1.WPF.ReportViewer.C1ReportViewer.FindCountChanged">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindCountChanged.html">FindCountChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">FindCount</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_FindNumberChanged" data-uid="C1.WPF.ReportViewer.C1ReportViewer.FindNumberChanged">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindNumberChanged.html">FindNumberChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">FindNumber</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_FindTextChanged" data-uid="C1.WPF.ReportViewer.C1ReportViewer.FindTextChanged">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.FindTextChanged.html">FindTextChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">FindText</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_IsFlowingChanged" data-uid="C1.WPF.ReportViewer.C1ReportViewer.IsFlowingChanged">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.IsFlowingChanged.html">IsFlowingChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">IsFlowing</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_PageCountChanged" data-uid="C1.WPF.ReportViewer.C1ReportViewer.PageCountChanged">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PageCountChanged.html">PageCountChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">PageCount</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_PageNumberChanged" data-uid="C1.WPF.ReportViewer.C1ReportViewer.PageNumberChanged">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PageNumberChanged.html">PageNumberChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">PageNumber</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ParsingError" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ParsingError">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ParsingError.html">ParsingError</a>
        </td>
        <td class="markdown level1 summary"><p>Fired only when any error occurs in pdf parsing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_PreparedPage" data-uid="C1.WPF.ReportViewer.C1ReportViewer.PreparedPage">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PreparedPage.html">PreparedPage</a>
        </td>
        <td class="markdown level1 summary"><p>Fired only when pdf pages end rendering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_PreparingPage" data-uid="C1.WPF.ReportViewer.C1ReportViewer.PreparingPage">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.PreparingPage.html">PreparingPage</a>
        </td>
        <td class="markdown level1 summary"><p>Fired only when pdf pages start rendering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_RequestNavigate" data-uid="C1.WPF.ReportViewer.C1ReportViewer.RequestNavigate">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.RequestNavigate.html">RequestNavigate</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when a link from a document is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_TextBlockAdded" data-uid="C1.WPF.ReportViewer.C1ReportViewer.TextBlockAdded">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.TextBlockAdded.html">TextBlockAdded</a>
        </td>
        <td class="markdown level1 summary"><p>Fired after a TextBlock is created from text in the pdf file, permitting font substitution.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ViewModeChanged" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ViewModeChanged">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ViewModeChanged.html">ViewModeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">ViewMode</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_C1ReportViewer_ZoomChanged" data-uid="C1.WPF.ReportViewer.C1ReportViewer.ZoomChanged">
          <a class="xref" href="C1.WPF.ReportViewer.C1ReportViewer.ZoomChanged.html">ZoomChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">Zoom</span> property has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
