# GrapeCity.ActiveReports.Blazor.Designer.DataSourcesOptions.CustomProviders

## Content

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



<h1 id="GrapeCity_ActiveReports_Blazor_Designer_DataSourcesOptions_CustomProviders_" data-uid="GrapeCity.ActiveReports.Blazor.Designer.DataSourcesOptions.CustomProviders*">CustomProviders Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Blazor_Designer_DataSourcesOptions_CustomProviders_" data-uid="GrapeCity.ActiveReports.Blazor.Designer.DataSourcesOptions.CustomProviders*"></a>
<h4 id="GrapeCity_ActiveReports_Blazor_Designer_DataSourcesOptions_CustomProviders" data-uid="GrapeCity.ActiveReports.Blazor.Designer.DataSourcesOptions.CustomProviders">CustomProviders</h4>
<div class="markdown level1 summary"><p>Gets or sets the list of custom data providers available in the data source editor.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonConverter(typeof())]
public Dictionary&lt;string, string&gt; CustomProviders { 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="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</td>
      <td><p>A dictionary where keys are data provider identifiers and values are data provider labels.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Blazor_Designer_DataSourcesOptions_CustomProviders_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The key - data provider identifier.
The value - data provider label.</p>
</div>
</div>
