# GrapeCity.ActiveReports.Rdl.Json.ReportJsonTemplateBuilder.ReportResources.Images

## Content

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



<h1 id="GrapeCity_ActiveReports_Rdl_Json_ReportJsonTemplateBuilder_ReportResources_Images_" data-uid="GrapeCity.ActiveReports.Rdl.Json.ReportJsonTemplateBuilder.ReportResources.Images*">Images Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Rdl_Json_ReportJsonTemplateBuilder_ReportResources_Images_" data-uid="GrapeCity.ActiveReports.Rdl.Json.ReportJsonTemplateBuilder.ReportResources.Images*"></a>
<h4 id="GrapeCity_ActiveReports_Rdl_Json_ReportJsonTemplateBuilder_ReportResources_Images" data-uid="GrapeCity.ActiveReports.Rdl.Json.ReportJsonTemplateBuilder.ReportResources.Images">Images</h4>
<div class="markdown level1 summary"><p>Gets or sets a dictionary of image resources used in the report.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Dictionary&lt;string, ReportJsonTemplateBuilder.ImageResource&gt; Images { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="GrapeCity.ActiveReports.Rdl.Json.ReportJsonTemplateBuilder.html">ReportJsonTemplateBuilder</a>.<a class="xref" href="GrapeCity.ActiveReports.Rdl.Json.ReportJsonTemplateBuilder.ImageResource.html">ImageResource</a>&gt;</td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary&lt;TKey, TValue&gt;</a> with keys of type <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>
and values of type <a class="xref" href="GrapeCity.ActiveReports.Rdl.Json.ReportJsonTemplateBuilder.ImageResource.html">ReportJsonTemplateBuilder.ImageResource</a>, representing the image resources used in the report.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
