# GrapeCity.ActiveReports.Web.Viewer.IRuntimeReportInitializer

## Content

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



  <h1 id="GrapeCity_ActiveReports_Web_Viewer_IRuntimeReportInitializer" data-uid="GrapeCity.ActiveReports.Web.Viewer.IRuntimeReportInitializer" class="text-break">IRuntimeReportInitializer Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a set of methods for accessing to the report object if really required.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.html">GrapeCity.ActiveReports.Web.Viewer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Web.Viewer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Web_Viewer_IRuntimeReportInitializer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IRuntimeReportInitializer</code></pre>
  </div>
  <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_Web_Viewer_IRuntimeReportInitializer_GetReport_System_String_" data-uid="GrapeCity.ActiveReports.Web.Viewer.IRuntimeReportInitializer.GetReport(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Viewer.IRuntimeReportInitializer.GetReport.html#GrapeCity_ActiveReports_Web_Viewer_IRuntimeReportInitializer_GetReport_System_String_">GetReport(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the report object.
Note: backend can call this method many times, so cqaching may be required. Suggested to use <a href="https://learn.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.conditionalweaktable-2"></a></p>
</td>
      </tr>
    </tbody>
  </table>

</div>
