# GrapeCity.ActiveReports.Data.CsvDataSource.Load

## Content

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



<h1 id="GrapeCity_ActiveReports_Data_CsvDataSource_Load_" data-uid="GrapeCity.ActiveReports.Data.CsvDataSource.Load*">Load Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Data_CsvDataSource_Load_" data-uid="GrapeCity.ActiveReports.Data.CsvDataSource.Load*"></a>
<h4 id="GrapeCity_ActiveReports_Data_CsvDataSource_Load_System_Func_System_String_System_IO_Stream__" data-uid="GrapeCity.ActiveReports.Data.CsvDataSource.Load(System.Func{System.String,System.IO.Stream})">Load(Func&lt;string, Stream&gt;)</h4>
<div class="markdown level1 summary"><p>Loads the csv data from the source specified in connection string.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Obsolete(&quot;This is obsolete and will be removed in the next version&quot;)]
public void Load(Func&lt;string, Stream&gt; getStream = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.func-2">Func</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.io.stream">Stream</a>&gt;</td>
      <td><span class="parametername">getStream</span></td>
      <td><p>The stream getter.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
