# GrapeCity.ActiveReports.Extensibility.Layout.ILayoutManager.Initialize

## Content

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



<h1 id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutManager_Initialize_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutManager.Initialize*">Initialize Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutManager_Initialize_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutManager.Initialize*"></a>
<h4 id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutManager_Initialize_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReportItem_GrapeCity_ActiveReports_Extensibility_Layout_ITargetDevice_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutManager.Initialize(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem,GrapeCity.ActiveReports.Extensibility.Layout.ITargetDevice)">Initialize(IReportItem, ITargetDevice)</h4>
<div class="markdown level1 summary"><p>Allows initialization of the layout manager with specifies <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ITargetDevice.html">ITargetDevice</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void Initialize(IReportItem forReportItem, ITargetDevice targetDevice)</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">forReportItem</span></td>
      <td><p><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem.html">IReportItem</a> that will be laid out</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ITargetDevice.html">ITargetDevice</a></td>
      <td><span class="parametername">targetDevice</span></td>
      <td><p><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ITargetDevice.html">ITargetDevice</a> for which layout operation should be performed</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Extensibility_Layout_ILayoutManager_Initialize_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReportItem_GrapeCity_ActiveReports_Extensibility_Layout_ITargetDevice__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Layout subsystem will call this method before fist call to Measure/Layout.</p>
</div>
</div>
