# GrapeCity.ActiveReports.Web.Viewer.IReportResourceProvider.GetResource

## Content

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



<h1 id="GrapeCity_ActiveReports_Web_Viewer_IReportResourceProvider_GetResource_" data-uid="GrapeCity.ActiveReports.Web.Viewer.IReportResourceProvider.GetResource*">GetResource Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Web_Viewer_IReportResourceProvider_GetResource_" data-uid="GrapeCity.ActiveReports.Web.Viewer.IReportResourceProvider.GetResource*"></a>
<h4 id="GrapeCity_ActiveReports_Web_Viewer_IReportResourceProvider_GetResource_GrapeCity_ActiveReports_ResourceInfo_" data-uid="GrapeCity.ActiveReports.Web.Viewer.IReportResourceProvider.GetResource(GrapeCity.ActiveReports.ResourceInfo)">GetResource(ResourceInfo)</h4>
<div class="markdown level1 summary"><p>Gets the resource in a format compatible with the backend based on the specified resource information.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">Stream GetResource(ResourceInfo resource)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Rdl/GrapeCity.ActiveReports.ResourceInfo.html">ResourceInfo</a></td>
      <td><span class="parametername">resource</span></td>
      <td><p>A <a class="xref" href="../MESCIUS.ActiveReports.Core.Rdl/GrapeCity.ActiveReports.ResourceInfo.html">ResourceInfo</a> value that indicating the information about the resource to retrieve.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a> object containing the resource data.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
