# GrapeCity.ActiveReports.Converters.SearchResultCollectionConverter

## Content

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



  <h1 id="GrapeCity_ActiveReports_Converters_SearchResultCollectionConverter" data-uid="GrapeCity.ActiveReports.Converters.SearchResultCollectionConverter" class="text-break">SearchResultCollectionConverter Class
</h1>
  <div class="markdown level0 summary"><p>Represents a converter that converts an internal viewer collection to a WPF collection.</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"><a class="xref" href="GrapeCity.ActiveReports.Converters.AdapterConverter-2.html">AdapterConverter</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.observablecollection-1">ObservableCollection</a>&lt;<span class="xref">SearchResultViewModel</span>&gt;, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.observablecollection-1">ObservableCollection</a>&lt;<span class="xref">SearchResultViewModel</span>&gt;&gt;</div>
    <div class="level2"><span class="xref">SearchResultCollectionConverter</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.data.ivalueconverter">IValueConverter</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Converters.html">GrapeCity.ActiveReports.Converters</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Wpf.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Converters_SearchResultCollectionConverter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SearchResultCollectionConverter : AdapterConverter&lt;ObservableCollection&lt;SearchResultViewModel&gt;, ObservableCollection&lt;SearchResultViewModel&gt;&gt;, IValueConverter</code></pre>
  </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_Converters_SearchResultCollectionConverter__ctor" data-uid="GrapeCity.ActiveReports.Converters.SearchResultCollectionConverter.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Converters.SearchResultCollectionConverter.-ctor.html#GrapeCity_ActiveReports_Converters_SearchResultCollectionConverter__ctor">SearchResultCollectionConverter()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Converters.SearchResultCollectionConverter.html">SearchResultCollectionConverter</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
