# C1.Report.ReportParameter.AllowedValuesDefinition

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_ReportParameter_AllowedValuesDefinition_" data-uid="C1.Report.ReportParameter.AllowedValuesDefinition*">AllowedValuesDefinition Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_ReportParameter_AllowedValuesDefinition_" data-uid="C1.Report.ReportParameter.AllowedValuesDefinition*"></a>
<h4 id="C1_Report_ReportParameter_AllowedValuesDefinition" data-uid="C1.Report.ReportParameter.AllowedValuesDefinition">AllowedValuesDefinition</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Report.ReportParameter.AllowedValuesDefinition.html#C1_Report_ReportParameter_AllowedValuesDefinition">AllowedValuesDefinition</a> defining the list of allowed values for this parameter.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Behavior&quot;)]
[C1Description(&quot;ReportParameter.AllowedValuesDefinition&quot;, &quot;Specifies the list of available values of the report parameter .&quot;)]
public AllowedValuesDefinition AllowedValuesDefinition { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Behavior&quot;)&gt;
&lt;C1Description(&quot;ReportParameter.AllowedValuesDefinition&quot;, &quot;Specifies the list of available values of the report parameter .&quot;)&gt;
Public ReadOnly Property AllowedValuesDefinition As AllowedValuesDefinition</code></pre>
</div>
</div>
