# GrapeCity.ActiveReports.Extensibility.Rendering.IRenderersFactory.GetRenderer

## Content

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



<h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_IRenderersFactory_GetRenderer_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IRenderersFactory.GetRenderer*">GetRenderer Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Extensibility_Rendering_IRenderersFactory_GetRenderer_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IRenderersFactory.GetRenderer*"></a>
<h4 id="GrapeCity_ActiveReports_Extensibility_Rendering_IRenderersFactory_GetRenderer__1_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReportItem_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IRenderersFactory.GetRenderer``1(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem)">GetRenderer&lt;TRenderer&gt;(IReportItem)</h4>
<div class="markdown level1 summary"><p>Returns the renderer of the specified type for the specified report item.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">TRenderer GetRenderer&lt;TRenderer&gt;(IReportItem reportItem) where TRenderer : class, IRenderer</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="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem.html">IReportItem</a></td>
      <td><span class="parametername">reportItem</span></td>
      <td><p>The report item to get renderer for.</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><span class="xref">TRenderer</span></td>
      <td><p>Requested <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IRenderer.html">IRenderer</a> implementation. Returned value can be</p>
<pre><code class="lang-csharp">null</code></pre>
<p>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="parametername">TRenderer</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
