# C1.Report.AllowedValuesDefinition.Binding

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_AllowedValuesDefinition_Binding_" data-uid="C1.Report.AllowedValuesDefinition.Binding*">Binding Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_AllowedValuesDefinition_Binding_" data-uid="C1.Report.AllowedValuesDefinition.Binding*"></a>
<h4 id="C1_Report_AllowedValuesDefinition_Binding" data-uid="C1.Report.AllowedValuesDefinition.Binding">Binding</h4>
<div class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Report.BoundLabeledValues.html">BoundLabeledValues</a> defining the list of allowed values for report parameter
on the base of data source binding, this property is ignored if <a class="xref" href="C1.Report.AllowedValuesDefinition.Values.html#C1_Report_AllowedValuesDefinition_Values">Values</a> collection
is not empty.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public BoundLabeledValues Binding { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Binding As BoundLabeledValues</code></pre>
</div>
</div>
