# GrapeCity.ActiveReports.Document.Section.ControlInfo.-ctor

## Content

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



<h1 id="GrapeCity_ActiveReports_Document_Section_ControlInfo__ctor_" data-uid="GrapeCity.ActiveReports.Document.Section.ControlInfo.#ctor*">ControlInfo Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Document_Section_ControlInfo__ctor_" data-uid="GrapeCity.ActiveReports.Document.Section.ControlInfo.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_ControlInfo__ctor" data-uid="GrapeCity.ActiveReports.Document.Section.ControlInfo.#ctor">ControlInfo()</h4>
<div class="markdown level1 summary"><p>Initializes an instance of class <a class="xref" href="GrapeCity.ActiveReports.Document.Section.ControlInfo.html">ControlInfo</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ControlInfo()</code></pre>
</div>
<h5 id="GrapeCity_ActiveReports_Document_Section_ControlInfo__ctor_examples">Examples</h5>
<pre><code class="lang-csharp">ControlInfo ci = new ControlInfo();</code></pre>



<a id="GrapeCity_ActiveReports_Document_Section_ControlInfo__ctor_" data-uid="GrapeCity.ActiveReports.Document.Section.ControlInfo.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_ControlInfo__ctor_GrapeCity_ActiveReports_Document_Section_ControlType_System_String_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Document.Section.ControlInfo.#ctor(GrapeCity.ActiveReports.Document.Section.ControlType,System.String,System.Drawing.RectangleF)">ControlInfo(ControlType, string, RectangleF)</h4>
<div class="markdown level1 summary"><p>Initializes an instance of class <a class="xref" href="GrapeCity.ActiveReports.Document.Section.ControlInfo.html">ControlInfo</a>..</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ControlInfo(ControlType type, string name, RectangleF bounds)</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.Document.Section.ControlType.html">ControlType</a></td>
      <td><span class="parametername">type</span></td>
      <td><p>The control type.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">name</span></td>
      <td><p>The name.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a></td>
      <td><span class="parametername">bounds</span></td>
      <td><p>The bounds.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
