# GrapeCity.ActiveReports.Design.Configuration.DataSourceType

## Content

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




  <h1 id="GrapeCity_ActiveReports_Design_Configuration_DataSourceType" data-uid="GrapeCity.ActiveReports.Design.Configuration.DataSourceType" class="text-break">DataSourceType Enum
</h1>
  <div class="markdown level0 summary"><p>Available data source types.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Design.Configuration.html">GrapeCity.ActiveReports.Design.Configuration</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Design.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Design_Configuration_DataSourceType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DataSourceType</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_Design_Configuration_DataSourceType_Custom">Custom</td>
        <td><p>A custom data source.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_Configuration_DataSourceType_DataBase">DataBase</td>
        <td><p>A database data source.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_Configuration_DataSourceType_File">File</td>
        <td><p>A file-based data source.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_Configuration_DataSourceType_Programmatic">Programmatic</td>
        <td><p>A programmatically provided data source.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_Configuration_DataSourceType_WebAPI">WebAPI</td>
        <td><p>A Web API data source.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
