# C1.Report.AllowedValuesDefinition

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_AllowedValuesDefinition" data-uid="C1.Report.AllowedValuesDefinition" class="text-break">AllowedValuesDefinition Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of allowed values for a <a class="xref" href="C1.Report.ReportParameter.html">ReportParameter</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">AllowedValuesDefinition</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_AllowedValuesDefinition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class AllowedValuesDefinition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class AllowedValuesDefinition</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_AllowedValuesDefinition_Binding" data-uid="C1.Report.AllowedValuesDefinition.Binding">
          <a class="xref" href="C1.Report.AllowedValuesDefinition.Binding.html#C1_Report_AllowedValuesDefinition_Binding">Binding</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="C1_Report_AllowedValuesDefinition_Empty" data-uid="C1.Report.AllowedValuesDefinition.Empty">
          <a class="xref" href="C1.Report.AllowedValuesDefinition.Empty.html#C1_Report_AllowedValuesDefinition_Empty">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this <a class="xref" href="C1.Report.AllowedValuesDefinition.html">AllowedValuesDefinition</a> is empty.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_AllowedValuesDefinition_Owner" data-uid="C1.Report.AllowedValuesDefinition.Owner">
          <a class="xref" href="C1.Report.AllowedValuesDefinition.Owner.html#C1_Report_AllowedValuesDefinition_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Report.ReportParameter.html">ReportParameter</a> object owning this object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_AllowedValuesDefinition_Values" data-uid="C1.Report.AllowedValuesDefinition.Values">
          <a class="xref" href="C1.Report.AllowedValuesDefinition.Values.html#C1_Report_AllowedValuesDefinition_Values">Values</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Report.ReportLabeledValues.html">ReportLabeledValues</a> collection defining list of allowed values for report parameter,
if this collection contains the items then <a class="xref" href="C1.Report.AllowedValuesDefinition.Binding.html#C1_Report_AllowedValuesDefinition_Binding">Binding</a> property is ignored.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_AllowedValuesDefinition_AssignFrom_C1_Report_AllowedValuesDefinition_" data-uid="C1.Report.AllowedValuesDefinition.AssignFrom(C1.Report.AllowedValuesDefinition)">
          <a class="xref" href="C1.Report.AllowedValuesDefinition.AssignFrom.html#C1_Report_AllowedValuesDefinition_AssignFrom_C1_Report_AllowedValuesDefinition_">AssignFrom(AllowedValuesDefinition)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.Report.AllowedValuesDefinition.html">AllowedValuesDefinition</a> to the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
