# C1.Report.SubreportField.ParameterValues

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_SubreportField_ParameterValues_" data-uid="C1.Report.SubreportField.ParameterValues*">ParameterValues Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_SubreportField_ParameterValues_" data-uid="C1.Report.SubreportField.ParameterValues*"></a>
<h4 id="C1_Report_SubreportField_ParameterValues" data-uid="C1.Report.SubreportField.ParameterValues">ParameterValues</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Report.ReportParameterValues.html">ReportParameterValues</a> collection
containing the list of named values that will be assigned to the parameters of the subreport.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Data&quot;)]
[C1Description(&quot;SubreportField.ParameterValues&quot;, &quot;The list of named values that will be assigned to the parameters of the subreport.&quot;)]
public ReportParameterValues ParameterValues { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Data&quot;)&gt;
&lt;C1Description(&quot;SubreportField.ParameterValues&quot;, &quot;The list of named values that will be assigned to the parameters of the subreport.&quot;)&gt;
Public ReadOnly Property ParameterValues As ReportParameterValues</code></pre>
</div>
</div>
