# GrapeCity.ActiveReports.Viewer.Wpf.DesignPrintingSettings.op_Implicit

## Content

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



<h1 id="GrapeCity_ActiveReports_Viewer_Wpf_DesignPrintingSettings_op_Implicit_" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.DesignPrintingSettings.op_Implicit*">implicit operator Operator
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Viewer_Wpf_DesignPrintingSettings_op_Implicit_" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.DesignPrintingSettings.op_Implicit*"></a>
<h4 id="GrapeCity_ActiveReports_Viewer_Wpf_DesignPrintingSettings_op_Implicit_GrapeCity_Viewer_Common_PrintingSettings__GrapeCity_ActiveReports_Viewer_Wpf_DesignPrintingSettings" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.DesignPrintingSettings.op_Implicit(GrapeCity.Viewer.Common.PrintingSettings)~GrapeCity.ActiveReports.Viewer.Wpf.DesignPrintingSettings">implicit operator DesignPrintingSettings(PrintingSettings)</h4>
<div class="markdown level1 summary"><p>Performs an implicit conversion from <a class="xref" href="../MESCIUS.ActiveReports.Viewer.Common/GrapeCity.Viewer.Common.PrintingSettings.html">PrintingSettings</a> to <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.DesignPrintingSettings.html">DesignPrintingSettings</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static implicit operator DesignPrintingSettings(PrintingSettings printingSettings)</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="../MESCIUS.ActiveReports.Viewer.Common/GrapeCity.Viewer.Common.PrintingSettings.html">PrintingSettings</a></td>
      <td><span class="parametername">printingSettings</span></td>
      <td><p>The printing settings.</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="GrapeCity.ActiveReports.Viewer.Wpf.DesignPrintingSettings.html">DesignPrintingSettings</a></td>
      <td><p>The result of the conversion.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Viewer_Wpf_DesignPrintingSettings_op_Implicit_" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.DesignPrintingSettings.op_Implicit*"></a>
<h4 id="GrapeCity_ActiveReports_Viewer_Wpf_DesignPrintingSettings_op_Implicit_GrapeCity_ActiveReports_Viewer_Wpf_DesignPrintingSettings__GrapeCity_Viewer_Common_PrintingSettings" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.DesignPrintingSettings.op_Implicit(GrapeCity.ActiveReports.Viewer.Wpf.DesignPrintingSettings)~GrapeCity.Viewer.Common.PrintingSettings">implicit operator PrintingSettings(DesignPrintingSettings)</h4>
<div class="markdown level1 summary"><p>Performs an implicit conversion from <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.DesignPrintingSettings.html">DesignPrintingSettings</a> to <a class="xref" href="../MESCIUS.ActiveReports.Viewer.Common/GrapeCity.Viewer.Common.PrintingSettings.html">PrintingSettings</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static implicit operator PrintingSettings(DesignPrintingSettings designPrintingSettings)</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="GrapeCity.ActiveReports.Viewer.Wpf.DesignPrintingSettings.html">DesignPrintingSettings</a></td>
      <td><span class="parametername">designPrintingSettings</span></td>
      <td><p>The design printing settings.</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="../MESCIUS.ActiveReports.Viewer.Common/GrapeCity.Viewer.Common.PrintingSettings.html">PrintingSettings</a></td>
      <td><p>The result of the conversion.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
