# GrapeCity.ActiveReports.Converters

## Content

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

  <h1 id="GrapeCity_ActiveReports_Converters" data-uid="GrapeCity.ActiveReports.Converters" class="text-break">GrapeCity.ActiveReports.Converters Namespace
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="markdown level0 remarks"></div>
    <h3 id="classes">
Classes
</h3>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.AdapterConverter-2.html">AdapterConverter&lt;TSource, TTarget&gt;</a></h4>
      <section><p>Represents a converter that adapts a source type to a target type using a specified function.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.ColorToBrushConverter.html">ColorToBrushConverter</a></h4>
      <section><p>Represents a converter that converts various color types to a brush.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.CommandAdapter.html">CommandAdapter</a></h4>
      <section><p>Represents a class that facilitates associating a key binding in XAML markup to a GrapeCity's Command
defined in a View Model by exposing a Command dependency property. The class derives from Freezable
to work around a limitation in WPF when data-binding from XAML.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.CommandConverter.html">CommandConverter</a></h4>
      <section><p>Represents a converter that converts an internal view command to a WPF command.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.ErrorInfoCollectionConverter.html">ErrorInfoCollectionConverter</a></h4>
      <section><p>Represents a converter that converts an internal viewer collection to a WPF collection.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.ErrorInfoIconConverter.html">ErrorInfoIconConverter</a></h4>
      <section><p>Represents a converter that converts an <a class="xref" href="../MESCIUS.ActiveReports.Viewer.Common/GrapeCity.Viewer.Common.Model.ErrorInfo.html">ErrorInfo</a> to a corresponding icon.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.FindStatusToMessageVisibilityConverter.html">FindStatusToMessageVisibilityConverter</a></h4>
      <section><p>Represents a converter for showing or hiding the 'The word or phrase was not found in the current report' message on the search panel.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.MultiValueVisibilityConverter.html">MultiValueVisibilityConverter</a></h4>
      <section><p>Represents a converter that converts boolean values to visibility values and back.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.NegateConverter.html">NegateConverter</a></h4>
      <section><p>Represents a converter that inverts a boolean value. Always returns false if the value is not a boolean.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.NotificationCollectionAdapter-2.html">NotificationCollectionAdapter&lt;TSource, TTarget&gt;</a></h4>
      <section><p>Represents an adapter that converts an <span class="xref">GrapeCity.Viewer.Common.Implementation.INotificationCollection&lt;T&gt;</span> of <code class="typeparamref">TSource</code> type items to
a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.observablecollection-1">ObservableCollection&lt;T&gt;</a> of <code class="typeparamref">TTarget</code> type items.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.NullableIndexConverter.html">NullableIndexConverter</a></h4>
      <section><p>Represents a converter that converts a nullable value to an index. Returns -1 if the value is null.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.ObservableCollectionAdapter-2.html">ObservableCollectionAdapter&lt;TSource, TTarget&gt;</a></h4>
      <section><p>Represents an adapter that converts a Viewer's <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.observablecollection-1">ObservableCollection&lt;T&gt;</a> to a WPF <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.observablecollection-1">ObservableCollection&lt;T&gt;</a> for data binding in XAML markup.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.PageViewToCanvasConverter.html">PageViewToCanvasConverter</a></h4>
      <section><p>Represents a converter that converts a <span class="xref">GrapeCity.Viewer.Common.PageView</span> to a XAML <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.canvas">Canvas</a> element.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.PagesCollectionConverter.html">PagesCollectionConverter</a></h4>
      <section><p>Represents a converter that converts an internal viewer collection to a WPF collection.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.ParameterTypeToVisibilityConverter.html">ParameterTypeToVisibilityConverter</a></h4>
      <section><p>Represents a converter that converts a parameter type to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.visibility">Visibility</a> enum value.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.ParameterViewToVisibilityConverter.html">ParameterViewToVisibilityConverter</a></h4>
      <section><p>Represents a converter that converts a parameter view model to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.visibility">Visibility</a> based on the editor selection.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.ResourceImageConverter.html">ResourceImageConverter</a></h4>
      <section><p>Represents a converter that converts a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a> to a corresponding <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.imagesource">ImageSource</a>.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.SearchResultCollectionConverter.html">SearchResultCollectionConverter</a></h4>
      <section><p>Represents a converter that converts an internal viewer collection to a WPF collection.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.SizeConverter.html">SizeConverter</a></h4>
      <section><p>Represents a converter that converts size in inches to size in pixels.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.ThumbnailItemCollectionConverter.html">ThumbnailItemCollectionConverter</a></h4>
      <section><p>Represents a converter that converts an internal viewer collection to a WPF collection.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.ViewTypeBooleanConverter.html">ViewTypeBooleanConverter</a></h4>
      <section><p>Represents a converter that converts a <a class="xref" href="../MESCIUS.ActiveReports.Viewer.Common/GrapeCity.Viewer.Common.Model.ViewType.html">ViewType</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> based on the parameter.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.ViewTypeVisibilityConverter.html">ViewTypeVisibilityConverter</a></h4>
      <section><p>Represents a converter that converts a <a class="xref" href="../MESCIUS.ActiveReports.Viewer.Common/GrapeCity.Viewer.Common.Model.ViewType.html">ViewType</a> to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.visibility">Visibility</a> based on the parameter.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.WaitToCursorConverter.html">WaitToCursorConverter</a></h4>
      <section><p>Represents a converter that converts a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value to a cursor indicating a wait state or a normal state.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Converters.ZoomModeConverter.html">ZoomModeConverter</a></h4>
      <section><p>Represents a converter that converts <span class="xref">GrapeCity.Viewer.Common.Model.ZoomMode</span> to <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPage.ViewMode.html">ViewMode</a> and vice versa.</p>
</section>


</div>
