# GrapeCity.ActiveReports.Rdl.Themes.ITheme

## Content

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



  <h1 id="GrapeCity_ActiveReports_Rdl_Themes_ITheme" data-uid="GrapeCity.ActiveReports.Rdl.Themes.ITheme" class="text-break">ITheme Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an interface to interact with theme information.</p>
</div>
  <div class="markdown level0 conceptual"></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_ITheme_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITheme</code></pre>
  </div>
  <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_ITheme_Theme" data-uid="GrapeCity.ActiveReports.Rdl.Themes.ITheme.Theme">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Themes.ITheme.Theme.html#GrapeCity_ActiveReports_Rdl_Themes_ITheme_Theme">Theme</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the currently attached theme.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Themes_ITheme_ThemeAttached" data-uid="GrapeCity.ActiveReports.Rdl.Themes.ITheme.ThemeAttached">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Themes.ITheme.ThemeAttached.html#GrapeCity_ActiveReports_Rdl_Themes_ITheme_ThemeAttached">ThemeAttached</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether a theme file is currently attached.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Themes_ITheme_ThemeUri" data-uid="GrapeCity.ActiveReports.Rdl.Themes.ITheme.ThemeUri">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Themes.ITheme.ThemeUri.html#GrapeCity_ActiveReports_Rdl_Themes_ITheme_ThemeUri">ThemeUri</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the URI of the currently attached theme.</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_ITheme_CreateTheme_System_String_" data-uid="GrapeCity.ActiveReports.Rdl.Themes.ITheme.CreateTheme(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Themes.ITheme.CreateTheme.html#GrapeCity_ActiveReports_Rdl_Themes_ITheme_CreateTheme_System_String_">CreateTheme(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new theme based on the supplied URI.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Themes_ITheme_GetColors" data-uid="GrapeCity.ActiveReports.Rdl.Themes.ITheme.GetColors">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Themes.ITheme.GetColors.html#GrapeCity_ActiveReports_Rdl_Themes_ITheme_GetColors">GetColors()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns all the theme colors associated with the currently attached theme.</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>
