# GrapeCity.ActiveReports.Design.ArDesigner.Designers.ReportInfoDesigner

## Content

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



  <h1 id="GrapeCity_ActiveReports_Design_ArDesigner_Designers_ReportInfoDesigner" data-uid="GrapeCity.ActiveReports.Design.ArDesigner.Designers.ReportInfoDesigner" class="text-break">ReportInfoDesigner Class
</h1>
  <div class="markdown level0 summary"><p>Provides design-time support for the <a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.SectionReportModel.ReportInfo.html">ReportInfo</a> control in the ActiveReports designer environment.
This class extends <span class="xref">GrapeCity.ActiveReports.Design.ArDesigner.Designers.ReportControlDesignerWithFont</span> to include specific design-time functionality and property handling for the ReportInfo control,
such as style and class name customization.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.componentdesigner">ComponentDesigner</a></div>
    <div class="level2"><span class="xref">SectionReportComponentDesigner</span></div>
    <div class="level3"><span class="xref">ReportControlDesigner</span></div>
    <div class="level4"><span class="xref">ReportControlDesignerWithFont</span></div>
    <div class="level5"><span class="xref">ReportInfoDesigner</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.itreedesigner">ITreeDesigner</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.idesigner">IDesigner</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.idesignerfilter">IDesignerFilter</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.icomponentinitializer">IComponentInitializer</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Design.ArDesigner.Designers.html">GrapeCity.ActiveReports.Design.ArDesigner.Designers</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Design.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Design_ArDesigner_Designers_ReportInfoDesigner_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[CLSCompliant(false)]
public sealed class ReportInfoDesigner : ReportControlDesignerWithFont, ITreeDesigner, IDesigner, IDisposable, IDesignerFilter, IComponentInitializer</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ArDesigner_Designers_ReportInfoDesigner__ctor" data-uid="GrapeCity.ActiveReports.Design.ArDesigner.Designers.ReportInfoDesigner.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ArDesigner.Designers.ReportInfoDesigner.-ctor.html#GrapeCity_ActiveReports_Design_ArDesigner_Designers_ReportInfoDesigner__ctor">ReportInfoDesigner()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ArDesigner_Designers_ReportInfoDesigner_ClassName" data-uid="GrapeCity.ActiveReports.Design.ArDesigner.Designers.ReportInfoDesigner.ClassName">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ArDesigner.Designers.ReportInfoDesigner.ClassName.html#GrapeCity_ActiveReports_Design_ArDesigner_Designers_ReportInfoDesigner_ClassName">ClassName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the class name for the ReportInfo control style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ArDesigner_Designers_ReportInfoDesigner_Style" data-uid="GrapeCity.ActiveReports.Design.ArDesigner.Designers.ReportInfoDesigner.Style">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ArDesigner.Designers.ReportInfoDesigner.Style.html#GrapeCity_ActiveReports_Design_ArDesigner_Designers_ReportInfoDesigner_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the CSS style string for the ReportInfo control.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ArDesigner_Designers_ReportInfoDesigner_PreFilterProperties_System_Collections_IDictionary_" data-uid="GrapeCity.ActiveReports.Design.ArDesigner.Designers.ReportInfoDesigner.PreFilterProperties(System.Collections.IDictionary)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ArDesigner.Designers.ReportInfoDesigner.PreFilterProperties.html#GrapeCity_ActiveReports_Design_ArDesigner_Designers_ReportInfoDesigner_PreFilterProperties_System_Collections_IDictionary_">PreFilterProperties(IDictionary)</a>
        </td>
        <td class="markdown level1 summary"><p>Allows a designer to add to the set of properties that it exposes through a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typedescriptor">TypeDescriptor</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
