# GrapeCity.ActiveReports.Blazor.Designer.DataSourcesOptions

## Content

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



  <h1 id="GrapeCity_ActiveReports_Blazor_Designer_DataSourcesOptions" data-uid="GrapeCity.ActiveReports.Blazor.Designer.DataSourcesOptions" class="text-break">DataSourcesOptions Class
</h1>
  <div class="markdown level0 summary"><p>Represents the options for data sources and the data source editor.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">DataSourcesOptions</span></div>
  </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_DataSourcesOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DataSourcesOptions</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Blazor_Designer_DataSourcesOptions_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <code>DataSourcesOptions</code> class provides properties to configure the predefined providers, OLE DB providers, and custom providers available in the data source editor.</p>
</div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_DataSourcesOptions__ctor" data-uid="GrapeCity.ActiveReports.Blazor.Designer.DataSourcesOptions.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.DataSourcesOptions.-ctor.html#GrapeCity_ActiveReports_Blazor_Designer_DataSourcesOptions__ctor">DataSourcesOptions()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_Blazor_Designer_DataSourcesOptions_CustomProviders" data-uid="GrapeCity.ActiveReports.Blazor.Designer.DataSourcesOptions.CustomProviders">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.DataSourcesOptions.CustomProviders.html#GrapeCity_ActiveReports_Blazor_Designer_DataSourcesOptions_CustomProviders">CustomProviders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of custom data providers available in the data source editor.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_DataSourcesOptions_OleDbProviders" data-uid="GrapeCity.ActiveReports.Blazor.Designer.DataSourcesOptions.OleDbProviders">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.DataSourcesOptions.OleDbProviders.html#GrapeCity_ActiveReports_Blazor_Designer_DataSourcesOptions_OleDbProviders">OleDbProviders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of OLE DB providers available in the data source editor.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_DataSourcesOptions_PredefinedProviders" data-uid="GrapeCity.ActiveReports.Blazor.Designer.DataSourcesOptions.PredefinedProviders">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.DataSourcesOptions.PredefinedProviders.html#GrapeCity_ActiveReports_Blazor_Designer_DataSourcesOptions_PredefinedProviders">PredefinedProviders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of predefined data providers available in the data source editor.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
