# GrapeCity.ActiveReports.Extensibility.Rendering.Components.IMetadataDictionary

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IMetadataDictionary" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IMetadataDictionary" class="text-break">IMetadataDictionary Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an interface for a dictionary of metadata objects.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.html">GrapeCity.ActiveReports.Extensibility.Rendering.Components</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IMetadataDictionary_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IMetadataDictionary : IMetadataDictionaryEntry, IMetadataEntry, IEnumerable&lt;IMetadataDictionaryEntry&gt;, IEnumerable</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_Extensibility_Rendering_Components_IMetadataDictionary_Item_System_String_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IMetadataDictionary.Item(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IMetadataDictionary.Item.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_IMetadataDictionary_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IMetadataDictionaryEntry.html">IMetadataDictionaryEntry</a> with the specified ID.</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_Components_IMetadataDictionary_Add_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IMetadataDictionaryEntry_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IMetadataDictionary.Add(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IMetadataDictionaryEntry)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IMetadataDictionary.Add.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_IMetadataDictionary_Add_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IMetadataDictionaryEntry_">Add(IMetadataDictionaryEntry)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a dictionary entry to the map.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.ItemCollectionExtensions.ToItemCollection.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_ItemCollectionExtensions_ToItemCollection__1_System_Collections_Generic_IEnumerable___0__">ItemCollectionExtensions.ToItemCollection&lt;T&gt;(IEnumerable&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.ItemCollectionExtensions.ToLazyItemCollection.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_ItemCollectionExtensions_ToLazyItemCollection__1_System_Collections_Generic_IEnumerable___0__">ItemCollectionExtensions.ToLazyItemCollection&lt;T&gt;(IEnumerable&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.ForceInBackground.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_ForceInBackground__1_System_Collections_Generic_IEnumerable___0__System_Threading_CancellationToken_">EnumerableExtension.ForceInBackground&lt;T&gt;(IEnumerable&lt;T&gt;, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.ForceInBackground.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_ForceInBackground__1_System_Collections_Generic_IEnumerable___0__System_Threading_CancellationToken_System_Int32_">EnumerableExtension.ForceInBackground&lt;T&gt;(IEnumerable&lt;T&gt;, CancellationToken, int)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.SelectManyWithPrev.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_SelectManyWithPrev__2_System_Collections_Generic_IEnumerable___0__System_Func___1___0_System_Collections_Generic_IEnumerable___1___">EnumerableExtension.SelectManyWithPrev&lt;TSource, TResult&gt;(IEnumerable&lt;TSource&gt;, Func&lt;TResult, TSource, IEnumerable&lt;TResult&gt;&gt;)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.SelectWithPrevNext.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_SelectWithPrevNext__2_System_Collections_Generic_IEnumerable___0__System_Func___0___0___0___1__">EnumerableExtension.SelectWithPrevNext&lt;T, TResult&gt;(IEnumerable&lt;T&gt;, Func&lt;T, T, T, TResult&gt;)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.ThrowIfCancelled.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_ThrowIfCancelled__1_System_Collections_Generic_IEnumerable___0__System_Threading_CancellationToken_">EnumerableExtension.ThrowIfCancelled&lt;T&gt;(IEnumerable&lt;T&gt;, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.WithCancellation.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_WithCancellation__1_System_Collections_Generic_IEnumerable___0__System_Threading_CancellationToken_">EnumerableExtension.WithCancellation&lt;T&gt;(IEnumerable&lt;T&gt;, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.WithProgress.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_WithProgress__2_System_Collections_Generic_IEnumerable___0__System_IProgress___1__System_Func___0___1__">EnumerableExtension.WithProgress&lt;T, T2&gt;(IEnumerable&lt;T&gt;, IProgress&lt;T2&gt;, Func&lt;T, T2&gt;)</a>
  </div>
  <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>
