# GrapeCity.ActiveReports.Rdl.Import.ChartImportOptions.ConvertToDV

## Content

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




<h1 id="GrapeCity_ActiveReports_Rdl_Import_ChartImportOptions_ConvertToDV" data-uid="GrapeCity.ActiveReports.Rdl.Import.ChartImportOptions.ConvertToDV" class="text-break">ConvertToDV Field
</h1>
<div class="markdown level0 summary"><p>Gets or sets a value indicating whether RDL charts should be converted to DV charts.</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rdl.Import.html">GrapeCity.ActiveReports.Rdl.Import</a></h6>
<h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rdl.dll</h6>
<h5 id="GrapeCity_ActiveReports_Rdl_Import_ChartImportOptions_ConvertToDV_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool ConvertToDV</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="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value. <code>true</code> if RDL charts should be converted to DV charts;
otherwise, <code>false</code> and charts are skipped.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
