# GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_CustomPropertyCollection" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection" class="text-break">CustomPropertyCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of custom properties.</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"><span class="xref">CustomPropertyCollection</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.html">GrapeCity.ActiveReports.Extensibility.Rendering</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_CustomPropertyCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class CustomPropertyCollection</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_Extensibility_Rendering_CustomPropertyCollection__ctor" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection.-ctor.html#GrapeCity_ActiveReports_Extensibility_Rendering_CustomPropertyCollection__ctor">CustomPropertyCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection.html">CustomPropertyCollection</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_CustomPropertyCollection__ctor_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_Extensibility_Rendering_CustomProperty__" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection.#ctor(System.Collections.Generic.IEnumerable{GrapeCity.ActiveReports.Extensibility.Rendering.CustomProperty})">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection.-ctor.html#GrapeCity_ActiveReports_Extensibility_Rendering_CustomPropertyCollection__ctor_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_Extensibility_Rendering_CustomProperty__">CustomPropertyCollection(IEnumerable&lt;CustomProperty&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection.html">CustomPropertyCollection</a> class with the specified properties.</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_Extensibility_Rendering_CustomPropertyCollection_Count" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection.Count">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection.Count.html#GrapeCity_ActiveReports_Extensibility_Rendering_CustomPropertyCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of elements contained in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_CustomPropertyCollection_Item_System_Int32_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection.Item.html#GrapeCity_ActiveReports_Extensibility_Rendering_CustomPropertyCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the element at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_CustomPropertyCollection_Item_System_String_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection.Item(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection.Item.html#GrapeCity_ActiveReports_Extensibility_Rendering_CustomPropertyCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.CustomProperty.html">CustomProperty</a> with the specified property name.</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_Extensibility_Rendering_CustomPropertyCollection_Add_GrapeCity_ActiveReports_Extensibility_Rendering_CustomProperty_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection.Add(GrapeCity.ActiveReports.Extensibility.Rendering.CustomProperty)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection.Add.html#GrapeCity_ActiveReports_Extensibility_Rendering_CustomPropertyCollection_Add_GrapeCity_ActiveReports_Extensibility_Rendering_CustomProperty_">Add(CustomProperty)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a custom property to the collection. For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_CustomPropertyCollection_Add_System_String_System_Object_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection.Add(System.String,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection.Add.html#GrapeCity_ActiveReports_Extensibility_Rendering_CustomPropertyCollection_Add_System_String_System_Object_">Add(string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a custom property to the collection with the specified name and value. For internal use only.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
