# GrapeCity.ActiveReports.Rendering.IO.FileStreamProvider.GetSecondaryStreams

## Content

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



<h1 id="GrapeCity_ActiveReports_Rendering_IO_FileStreamProvider_GetSecondaryStreams_" data-uid="GrapeCity.ActiveReports.Rendering.IO.FileStreamProvider.GetSecondaryStreams*">GetSecondaryStreams Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Rendering_IO_FileStreamProvider_GetSecondaryStreams_" data-uid="GrapeCity.ActiveReports.Rendering.IO.FileStreamProvider.GetSecondaryStreams*"></a>
<h4 id="GrapeCity_ActiveReports_Rendering_IO_FileStreamProvider_GetSecondaryStreams" data-uid="GrapeCity.ActiveReports.Rendering.IO.FileStreamProvider.GetSecondaryStreams">GetSecondaryStreams()</h4>
<div class="markdown level1 summary"><p>Gets the array of secondary streams</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override StreamInfo[] GetSecondaryStreams()</code></pre>
</div>
<h5 class="returns">Returns</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="GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamInfo.html">StreamInfo</a>[]</td>
      <td><p>an array of <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamInfo.html">StreamInfo</a> containing the secondary streams.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider.GetSecondaryStreams.html#GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_GetSecondaryStreams">StreamProvider.GetSecondaryStreams()</a></div>
</div>
