# GrapeCity.ActiveReports.Design.Advanced.DesignerForm.DesignerTitle

## Content

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



<h1 id="GrapeCity_ActiveReports_Design_Advanced_DesignerForm_DesignerTitle_" data-uid="GrapeCity.ActiveReports.Design.Advanced.DesignerForm.DesignerTitle*">DesignerTitle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_Advanced_DesignerForm_DesignerTitle_" data-uid="GrapeCity.ActiveReports.Design.Advanced.DesignerForm.DesignerTitle*"></a>
<h4 id="GrapeCity_ActiveReports_Design_Advanced_DesignerForm_DesignerTitle" data-uid="GrapeCity.ActiveReports.Design.Advanced.DesignerForm.DesignerTitle">DesignerTitle</h4>
<div class="markdown level1 summary"><p>Gets or sets a value representing the title of the designer form.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string DesignerTitle { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> that represents the title displayed in the form's title bar.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_Advanced_DesignerForm_DesignerTitle_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Setting this property updates the title of the designer form dynamically based on the current report being edited.
It also triggers an update to the report name displayed in the file panel, ensuring that the user interface reflects
the current state of the report being designed.</p>
</div>
</div>
