# GrapeCity.ActiveReports.Blazor.Designer.Providers

## Content

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




  <h1 id="GrapeCity_ActiveReports_Blazor_Designer_Providers" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Providers" class="text-break">Providers Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the various data providers.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.html">GrapeCity.ActiveReports.Blazor.Designer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Blazor.Designer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Blazor_Designer_Providers_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[JsonConverter(typeof(JsonStringEnumConverter))]
public enum Providers</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Providers_CSV">CSV</td>
        <td><p>CSV data provider.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Providers_JSON">JSON</td>
        <td><p>JSON data provider.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Providers_ODBC">ODBC</td>
        <td><p>ODBC data provider.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Providers_OLEDB">OLEDB</td>
        <td><p>OLEDB data provider.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Providers_SQL">SQL</td>
        <td><p>SQL data provider.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Providers_XML">XML</td>
        <td><p>XML data provider.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
