# GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.SelectManyTransposed

## Content

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



<h1 id="GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_SelectManyTransposed_" data-uid="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.SelectManyTransposed*">SelectManyTransposed Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_SelectManyTransposed_" data-uid="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.SelectManyTransposed*"></a>
<h4 id="GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_SelectManyTransposed__1_System_Collections_Generic_IEnumerable_System_Collections_Generic_IEnumerable___0___" data-uid="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.SelectManyTransposed``1(System.Collections.Generic.IEnumerable{System.Collections.Generic.IEnumerable{``0}})">SelectManyTransposed&lt;T&gt;(IEnumerable&lt;IEnumerable&lt;T&gt;&gt;)</h4>
<div class="markdown level1 summary"><p>Selects many items in N-order.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static IEnumerable&lt;T&gt; SelectManyTransposed&lt;T&gt;(this IEnumerable&lt;IEnumerable&lt;T&gt;&gt; src)</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.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;T&gt;&gt;</td>
      <td><span class="parametername">src</span></td>
      <td><p>The source sequence of sequences.</p>
</td>
    </tr>
  </tbody>
</table>
<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="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;T&gt;</td>
      <td><p>A sequence of elements transposed from the source sequences.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="parametername">T</span></td>
      <td><p>The type of elements in the sequence.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
