# GrapeCity.ActiveReports.Rdl.Themes.Images

## Content

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



  <h1 id="GrapeCity_ActiveReports_Rdl_Themes_Images" data-uid="GrapeCity.ActiveReports.Rdl.Themes.Images" class="text-break">Images Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of images associated with a theme.</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">Images</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.Rdl.Themes.Image.html">Image</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rdl.Themes.html">GrapeCity.ActiveReports.Rdl.Themes</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rdl.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Rdl_Themes_Images_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Images : IEnumerable&lt;Image&gt;, IEnumerable</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_Rdl_Themes_Images__ctor" data-uid="GrapeCity.ActiveReports.Rdl.Themes.Images.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Themes.Images.-ctor.html#GrapeCity_ActiveReports_Rdl_Themes_Images__ctor">Images()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Rdl.Themes.Images.html">Images</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_Rdl_Themes_Images_Count" data-uid="GrapeCity.ActiveReports.Rdl.Themes.Images.Count">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Themes.Images.Count.html#GrapeCity_ActiveReports_Rdl_Themes_Images_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a number of images in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Themes_Images_Item_System_String_" data-uid="GrapeCity.ActiveReports.Rdl.Themes.Images.Item(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Themes.Images.Item.html#GrapeCity_ActiveReports_Rdl_Themes_Images_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.ActiveReports.Rdl.Themes.Image.html">Image</a> using a specified 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_Rdl_Themes_Images_Add_GrapeCity_ActiveReports_Rdl_Themes_Image_" data-uid="GrapeCity.ActiveReports.Rdl.Themes.Images.Add(GrapeCity.ActiveReports.Rdl.Themes.Image)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Themes.Images.Add.html#GrapeCity_ActiveReports_Rdl_Themes_Images_Add_GrapeCity_ActiveReports_Rdl_Themes_Image_">Add(Image)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an image to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Themes_Images_Clear" data-uid="GrapeCity.ActiveReports.Rdl.Themes.Images.Clear">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Themes.Images.Clear.html#GrapeCity_ActiveReports_Rdl_Themes_Images_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all images from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Themes_Images_GetEnumerator" data-uid="GrapeCity.ActiveReports.Rdl.Themes.Images.GetEnumerator">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Themes.Images.GetEnumerator.html#GrapeCity_ActiveReports_Rdl_Themes_Images_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an enumerator that iterates through the collection of <a class="xref" href="GrapeCity.ActiveReports.Rdl.Themes.Image.html">Image</a> objects.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Themes_Images_Remove_GrapeCity_ActiveReports_Rdl_Themes_Image_" data-uid="GrapeCity.ActiveReports.Rdl.Themes.Images.Remove(GrapeCity.ActiveReports.Rdl.Themes.Image)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Themes.Images.Remove.html#GrapeCity_ActiveReports_Rdl_Themes_Images_Remove_GrapeCity_ActiveReports_Rdl_Themes_Image_">Remove(Image)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a specified image from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.CollectionExtensions.AddRange.html#GrapeCity_ActiveReports_Rdl_Tools_CollectionExtensions_AddRange__2___0_System_Collections_Generic_IEnumerable___1__">CollectionExtensions.AddRange&lt;TCollection, TItem&gt;(TCollection, IEnumerable&lt;TItem&gt;)</a>
  </div>

</div>
