# GrapeCity.ActiveReports.Drawing.Serialization.ReportMetaCanvas.PostRender

## Content

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



<h1 id="GrapeCity_ActiveReports_Drawing_Serialization_ReportMetaCanvas_PostRender_" data-uid="GrapeCity.ActiveReports.Drawing.Serialization.ReportMetaCanvas.PostRender*">PostRender Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Drawing_Serialization_ReportMetaCanvas_PostRender_" data-uid="GrapeCity.ActiveReports.Drawing.Serialization.ReportMetaCanvas.PostRender*"></a>
<h4 id="GrapeCity_ActiveReports_Drawing_Serialization_ReportMetaCanvas_PostRender_GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_" data-uid="GrapeCity.ActiveReports.Drawing.Serialization.ReportMetaCanvas.PostRender(GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea)">PostRender(ILayoutArea)</h4>
<div class="markdown level1 summary"><p>Just post render callback.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual void PostRender(ILayoutArea layoutArea)</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.Layout.ILayoutArea.html">ILayoutArea</a></td>
      <td><span class="parametername">layoutArea</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Rendering.GraphicalRenderers.IReportDrawingCanvas.PostRender.html#GrapeCity_ActiveReports_Rendering_GraphicalRenderers_IReportDrawingCanvas_PostRender_GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_">IReportDrawingCanvas.PostRender(ILayoutArea)</a></div>
</div>
