# GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Viewer_Common_Internal_BaseApplicationContext" data-uid="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext" class="text-break">BaseApplicationContext Class
</h1>
  <div class="markdown level0 summary"><p>Abstract base class for the application context.
Implements the IApplicationContext interface.</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">BaseApplicationContext</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Viewer.Common.Internal.html">GrapeCity.ActiveReports.Viewer.Common.Internal</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Common.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Viewer_Common_Internal_BaseApplicationContext_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class BaseApplicationContext</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="GrapeCity_ActiveReports_Viewer_Common_Internal_BaseApplicationContext__ctor_GrapeCity_Viewer_Common_Model_ViewerModel_GrapeCity_Viewer_Common_IServiceContainer_" data-uid="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.#ctor(GrapeCity.Viewer.Common.Model.ViewerModel,GrapeCity.Viewer.Common.IServiceContainer)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.-ctor.html#GrapeCity_ActiveReports_Viewer_Common_Internal_BaseApplicationContext__ctor_GrapeCity_Viewer_Common_Model_ViewerModel_GrapeCity_Viewer_Common_IServiceContainer_">BaseApplicationContext(ViewerModel, IServiceContainer)</a>
        </td>
        <td class="markdown level1 summary"></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="GrapeCity_ActiveReports_Viewer_Common_Internal_BaseApplicationContext_Container" data-uid="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.Container">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.Container.html">Container</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Common_Internal_BaseApplicationContext_Model" data-uid="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.Model">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.Model.html">Model</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="GrapeCity_ActiveReports_Viewer_Common_Internal_BaseApplicationContext_Context" data-uid="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.Context">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.Context.html#GrapeCity_ActiveReports_Viewer_Common_Internal_BaseApplicationContext_Context">Context</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the synchronization context.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Common_Internal_BaseApplicationContext_ServiceContainer" data-uid="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.ServiceContainer">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.ServiceContainer.html#GrapeCity_ActiveReports_Viewer_Common_Internal_BaseApplicationContext_ServiceContainer">ServiceContainer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the service container</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="GrapeCity_ActiveReports_Viewer_Common_Internal_BaseApplicationContext_BeginInvoke_System_Action_" data-uid="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.BeginInvoke(System.Action)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.BeginInvoke.html#GrapeCity_ActiveReports_Viewer_Common_Internal_BaseApplicationContext_BeginInvoke_System_Action_">BeginInvoke(Action)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Common_Internal_BaseApplicationContext_CreateRenderer_GrapeCity_Viewer_Common_Model_DocumentModel_" data-uid="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.CreateRenderer(GrapeCity.Viewer.Common.Model.DocumentModel)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.CreateRenderer.html#GrapeCity_ActiveReports_Viewer_Common_Internal_BaseApplicationContext_CreateRenderer_GrapeCity_Viewer_Common_Model_DocumentModel_">CreateRenderer(DocumentModel)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns implementation of GraphicsDocumentRenderer</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Common_Internal_BaseApplicationContext_CreateRenderer_GrapeCity_Viewer_Common_Model_DocumentModel_GrapeCity_Viewer_Common_DeviceKind_" data-uid="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.CreateRenderer(GrapeCity.Viewer.Common.Model.DocumentModel,GrapeCity.Viewer.Common.DeviceKind)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.CreateRenderer.html#GrapeCity_ActiveReports_Viewer_Common_Internal_BaseApplicationContext_CreateRenderer_GrapeCity_Viewer_Common_Model_DocumentModel_GrapeCity_Viewer_Common_DeviceKind_">CreateRenderer(DocumentModel, DeviceKind)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the renderer for specific document considering the specific target device kind.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Common_Internal_BaseApplicationContext_CreateReport_GrapeCity_Viewer_Common_DocumentFormat_" data-uid="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.CreateReport(GrapeCity.Viewer.Common.DocumentFormat)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Common.Internal.BaseApplicationContext.CreateReport.html#GrapeCity_ActiveReports_Viewer_Common_Internal_BaseApplicationContext_CreateReport_GrapeCity_Viewer_Common_DocumentFormat_">CreateReport(DocumentFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates loader for documents with specific formats</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
