# GrapeCity.ActiveReports.Core.Rdl.Persistence.Json.JsonReportCoders.DrillThroughParameterCoder

## Content

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




<h1 id="GrapeCity_ActiveReports_Core_Rdl_Persistence_Json_JsonReportCoders_DrillThroughParameterCoder" data-uid="GrapeCity.ActiveReports.Core.Rdl.Persistence.Json.JsonReportCoders.DrillThroughParameterCoder" class="text-break">DrillThroughParameterCoder Field
</h1>
<div class="markdown level0 summary"><p>Gets a coder for the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Parameter.html">Parameter</a> type, difference from other coders that it should use &quot;ParameterName&quot; instead of &quot;Name&quot;</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Core.Rdl.Persistence.Json.html">GrapeCity.ActiveReports.Core.Rdl.Persistence.Json</a></h6>
<h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rdl.dll</h6>
<h5 id="GrapeCity_ActiveReports_Core_Rdl_Persistence_Json_JsonReportCoders_DrillThroughParameterCoder_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static readonly JsonCoder&lt;Parameter&gt; DrillThroughParameterCoder</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="GrapeCity.ActiveReports.Core.Rdl.Persistence.Json.JsonCoder-1.html">JsonCoder</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Parameter.html">Parameter</a>&gt;</td>
      <td>Gets a coder for the  type, difference from other coders that it should use &quot;ParameterName&quot; instead of &quot;Name&quot;</td>
    </tr>
  </tbody>
</table>
</div>
