# GrapeCity.ActiveReports.Extensibility.Layout.LayoutInfo.-ctor

## Content

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



<h1 id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutInfo__ctor_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutInfo.#ctor*">LayoutInfo Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutInfo__ctor_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutInfo.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutInfo__ctor_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_Extensibility_Layout_ITargetDevice_GrapeCity_ActiveReports_Drawing_ITextMetricsProvider_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutInfo.#ctor(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport,GrapeCity.ActiveReports.Extensibility.Layout.ITargetDevice,GrapeCity.ActiveReports.Drawing.ITextMetricsProvider)">LayoutInfo(IReport, ITargetDevice, ITextMetricsProvider)</h4>
<div class="markdown level1 summary"><p>Initializes LayoutInfo with specifies <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ITargetDevice.html">ITargetDevice</a> and report.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public LayoutInfo(IReport report, ITargetDevice targetDevice, ITextMetricsProvider textMetrixProvider)</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.IReport.html">IReport</a></td>
      <td><span class="parametername">report</span></td>
      <td></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></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Drawing.ITextMetricsProvider.html">ITextMetricsProvider</a></td>
      <td><span class="parametername">textMetrixProvider</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutInfo__ctor_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutInfo.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Extensibility_Layout_LayoutInfo__ctor_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_Extensibility_Layout_ITargetDevice_GrapeCity_ActiveReports_Drawing_ITextMetricsProvider_GrapeCity_ActiveReports_Extensibility_Layout_LayoutNotificationCallback_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.LayoutInfo.#ctor(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport,GrapeCity.ActiveReports.Extensibility.Layout.ITargetDevice,GrapeCity.ActiveReports.Drawing.ITextMetricsProvider,GrapeCity.ActiveReports.Extensibility.Layout.LayoutNotificationCallback)">LayoutInfo(IReport, ITargetDevice, ITextMetricsProvider, LayoutNotificationCallback)</h4>
<div class="markdown level1 summary"><p>Initializes LayoutInfo with specifies <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ITargetDevice.html">ITargetDevice</a>, <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutInfo.Report.html#GrapeCity_ActiveReports_Extensibility_Layout_LayoutInfo_Report">Report</a> and notification callback.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public LayoutInfo(IReport report, ITargetDevice targetDevice, ITextMetricsProvider textMetrixProvider, LayoutNotificationCallback notificationCallback)</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.IReport.html">IReport</a></td>
      <td><span class="parametername">report</span></td>
      <td></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></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Drawing.ITextMetricsProvider.html">ITextMetricsProvider</a></td>
      <td><span class="parametername">textMetrixProvider</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.LayoutNotificationCallback.html">LayoutNotificationCallback</a></td>
      <td><span class="parametername">notificationCallback</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
