# GrapeCity.ActiveReports.SectionReportModel.TextBox

## Content

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



  <h1 id="GrapeCity_ActiveReports_SectionReportModel_TextBox" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox" class="text-break">TextBox Class
</h1>
  <div class="markdown level0 summary"><p>Prints a formatted text value, bound or unbound.</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="GrapeCity.ActiveReports.SectionReportModel.ARControl.html">ARControl</a></div>
    <div class="level2"><span class="xref">TextBox</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Controls.Design.IPersistControl.html">IPersistControl</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.html">GrapeCity.ActiveReports.SectionReportModel</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_SectionReportModel_TextBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[DefaultSize(1, 0.2)]
public sealed class TextBox : ARControl, IComponent, IDisposable, IPersistControl, ISupportInitialize</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_SectionReportModel_TextBox__ctor" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.-ctor.html#GrapeCity_ActiveReports_SectionReportModel_TextBox__ctor">TextBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.html">TextBox</a> class.</p>
</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_SectionReportModel_TextBox_Alignment" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.Alignment">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.Alignment.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_Alignment">Alignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of text within the bounds of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_BackColor" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.BackColor">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.BackColor.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Sets/gets controls BackColor.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_Calendar" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.Calendar">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.Calendar.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_Calendar">Calendar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets calendar to use for formatting dates</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_CanGrow" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.CanGrow">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.CanGrow.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_CanGrow">CanGrow</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether ActiveReports should increase the height of the control based on its content.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_CanShrink" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.CanShrink">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.CanShrink.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_CanShrink">CanShrink</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether ActiveReports should decrease the height of the field based on its value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_CharacterSpacing" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.CharacterSpacing">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.CharacterSpacing.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_CharacterSpacing">CharacterSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the distance in points between two characters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_ClassName" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.ClassName">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.ClassName.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_ClassName">ClassName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a style rule class name.  The style rule is used to format the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_ControlType" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.ControlType">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.ControlType.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_ControlType">ControlType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the control type identifier for this control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_CountNullValues" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.CountNullValues">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.CountNullValues.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_CountNullValues">CountNullValues</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether DBNull values should be included as zeroes in summary fields.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_Culture" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.Culture">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.Culture.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_Culture">Culture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the culture for the text control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_DistinctField" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.DistinctField">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.DistinctField.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_DistinctField">DistinctField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the data field used in a distinct summary function.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_Font" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.Font">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.Font.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Sets/gets control's font.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_ForeColor" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.ForeColor">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.ForeColor.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets/sets control's ForeColor style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_HyperLink" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.HyperLink">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.HyperLink.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_HyperLink">HyperLink</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a hyperlink for the text control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_LineSpacing" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.LineSpacing">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.LineSpacing.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_LineSpacing">LineSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the spacing in points between text lines</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_MinCondenseRate" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.MinCondenseRate">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.MinCondenseRate.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_MinCondenseRate">MinCondenseRate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets ot sets the value indicating the minimal value to which the label should condense its characters horizontally in order to fit the content.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_MultiLine" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.MultiLine">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.MultiLine.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_MultiLine">MultiLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this is a multiline textbox control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_OutputFormat" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.OutputFormat">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.OutputFormat.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_OutputFormat">OutputFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the mask string used to format the Value property before placing it in the Text property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_Padding" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.Padding">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.Padding.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>Determaines the padding in points</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_RightToLeft" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.RightToLeft">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.RightToLeft.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_RightToLeft">RightToLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or returns a value indicating whether control's elements are aligned to support locales using right-to-left fonts.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_ShrinkToFit" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.ShrinkToFit">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.ShrinkToFit.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_ShrinkToFit">ShrinkToFit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets ot sets the value indicating whether the TextBox should decrease the font size in order to fit the content.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_Style" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.Style">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.Style.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a style string for the textbox.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_SummaryFunc" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.SummaryFunc">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.SummaryFunc.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_SummaryFunc">SummaryFunc</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the summary function type used to process the DataField values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_SummaryGroup" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.SummaryGroup">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.SummaryGroup.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_SummaryGroup">SummaryGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the group header section that is used to reset the summary value when calculating subtotals.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_SummaryRunning" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.SummaryRunning">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.SummaryRunning.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_SummaryRunning">SummaryRunning</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the data field summary value will be accumulated or reset for each level (detail, group or page).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_SummaryType" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.SummaryType">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.SummaryType.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_SummaryType">SummaryType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines the summary type to be performed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_Text" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.Text">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.Text.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formatted text value to be rendered in the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_TextJustify" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.TextJustify">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.TextJustify.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_TextJustify">TextJustify</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of justification to use when the Alignment property is set to Justify.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_Value" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.Value">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.Value.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the control before formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_VerticalAlignment" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.VerticalAlignment">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.VerticalAlignment.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_VerticalAlignment">VerticalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the control's text vertically within the bounds of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_VerticalText" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.VerticalText">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.VerticalText.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_VerticalText">VerticalText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether text should be rendered according to vertical layout rules</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_WrapMode" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.WrapMode">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.WrapMode.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_WrapMode">WrapMode</a>
        </td>
        <td class="markdown level1 summary"><p>Sets/gets control's wrap mode using CSS.</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_SectionReportModel_TextBox_GetControlBounds_System_Drawing_PointF_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.GetControlBounds(System.Drawing.PointF,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.GetControlBounds.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_GetControlBounds_System_Drawing_PointF_System_Single_System_Single_">GetControlBounds(PointF, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bounding rectangle of this control for the specified page offset and vertical range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_QuickLoad_System_IO_BinaryReader_" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.QuickLoad(System.IO.BinaryReader)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.QuickLoad.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_QuickLoad_System_IO_BinaryReader_">QuickLoad(BinaryReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the control from specified binary reader.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_QuickSave_System_IO_BinaryWriter_" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.QuickSave(System.IO.BinaryWriter)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.QuickSave.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_QuickSave_System_IO_BinaryWriter_">QuickSave(BinaryWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the control to the specified binary writer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_ReadXml_System_Xml_XmlNode_" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.ReadXml(System.Xml.XmlNode)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.ReadXml.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_ReadXml_System_Xml_XmlNode_">ReadXml(XmlNode)</a>
        </td>
        <td class="markdown level1 summary"><p>Read from Xml</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_TextBox_WriteXml_System_Xml_XmlElement_" data-uid="GrapeCity.ActiveReports.SectionReportModel.TextBox.WriteXml(System.Xml.XmlElement)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.TextBox.WriteXml.html#GrapeCity_ActiveReports_SectionReportModel_TextBox_WriteXml_System_Xml_XmlElement_">WriteXml(XmlElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Write To Xml</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ApplyDefaults.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ApplyDefaults__1___0_">ObjectExtensions.ApplyDefaults&lt;TObject&gt;(TObject)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.SetValue.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_SetValue__1___0_System_ComponentModel_PropertyDescriptor_System_String_">ObjectExtensions.SetValue&lt;TObject&gt;(TObject, PropertyDescriptor, string)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ToNameValueCollection.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ToNameValueCollection_System_Object_">ObjectExtensions.ToNameValueCollection(object)</a>
  </div>

</div>
