# C1.WPF.ReportViewer.PageContext

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_ReportViewer_PageContext" data-uid="C1.WPF.ReportViewer.PageContext" class="text-break">PageContext Class
</h1>
  <div class="markdown level0 summary"><p>Class used as DataContext for each page <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a>.</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"><span class="xref">PageContext</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</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_PageContext_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PageContext : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PageContext
    Implements INotifyPropertyChanged</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_PageContext__ctor" data-uid="C1.WPF.ReportViewer.PageContext.#ctor">
          <a class="xref" href="C1.WPF.ReportViewer.PageContext.-ctor.html#C1_WPF_ReportViewer_PageContext__ctor">PageContext()</a>
        </td>
        <td class="markdown level1 summary"></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_PageContext_Content" data-uid="C1.WPF.ReportViewer.PageContext.Content">
          <a class="xref" href="C1.WPF.ReportViewer.PageContext.Content.html#C1_WPF_ReportViewer_PageContext_Content">Content</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the content that will be shown in the page <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a>.
Typically a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a> itself, or to be used as Content of a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol">ContentControl</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ReportViewer_PageContext_Source" data-uid="C1.WPF.ReportViewer.PageContext.Source">
          <a class="xref" href="C1.WPF.ReportViewer.PageContext.Source.html#C1_WPF_ReportViewer_PageContext_Source">Source</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a specialized subclass of <a class="xref" href="C1.WPF.ReportViewer.DocumentSource.html">DocumentSource</a>.</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_PageContext_PropertyChanged" data-uid="C1.WPF.ReportViewer.PageContext.PropertyChanged">
          <a class="xref" href="C1.WPF.ReportViewer.PageContext.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
