# C1.Report.BoundLabeledValues

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_BoundLabeledValues" data-uid="C1.Report.BoundLabeledValues" class="text-break">BoundLabeledValues Class
</h1>
  <div class="markdown level0 summary"><p>Represents the dynamic list of the labeled values, the count of values is defined by the count of records in the linked
<a class="xref" href="C1.Report.BoundLabeledValues.DataSource.html#C1_Report_BoundLabeledValues_DataSource">DataSource</a>, <a class="xref" href="C1.Report.BoundLabeledValues.ValueExpression.html#C1_Report_BoundLabeledValues_ValueExpression">ValueExpression</a> used to calculated actual value, <a class="xref" href="C1.Report.BoundLabeledValues.LabelExpression.html#C1_Report_BoundLabeledValues_LabelExpression">LabelExpression</a>
used to calculated a label of value.</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">BoundLabeledValues</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_BoundLabeledValues_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BoundLabeledValues</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BoundLabeledValues</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_BoundLabeledValues_DataSource" data-uid="C1.Report.BoundLabeledValues.DataSource">
          <a class="xref" href="C1.Report.BoundLabeledValues.DataSource.html#C1_Report_BoundLabeledValues_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Report.BoundLabeledValues.DataSource.html#C1_Report_BoundLabeledValues_DataSource">DataSource</a> used to build list of values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_BoundLabeledValues_DataSourceName" data-uid="C1.Report.BoundLabeledValues.DataSourceName">
          <a class="xref" href="C1.Report.BoundLabeledValues.DataSourceName.html#C1_Report_BoundLabeledValues_DataSourceName">DataSourceName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the <a class="xref" href="C1.Report.BoundLabeledValues.DataSource.html#C1_Report_BoundLabeledValues_DataSource">DataSource</a> used to build list of values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_BoundLabeledValues_LabelExpression" data-uid="C1.Report.BoundLabeledValues.LabelExpression">
          <a class="xref" href="C1.Report.BoundLabeledValues.LabelExpression.html#C1_Report_BoundLabeledValues_LabelExpression">LabelExpression</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the expression used to calculate label of the value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_BoundLabeledValues_Owner" data-uid="C1.Report.BoundLabeledValues.Owner">
          <a class="xref" href="C1.Report.BoundLabeledValues.Owner.html#C1_Report_BoundLabeledValues_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Report.AllowedValuesDefinition.html">AllowedValuesDefinition</a> object owning this <a class="xref" href="C1.Report.BoundLabeledValues.html">BoundLabeledValues</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_BoundLabeledValues_Parameter" data-uid="C1.Report.BoundLabeledValues.Parameter">
          <a class="xref" href="C1.Report.BoundLabeledValues.Parameter.html#C1_Report_BoundLabeledValues_Parameter">Parameter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Report.ReportParameter.html">ReportParameter</a> object owning this <a class="xref" href="C1.Report.BoundLabeledValues.html">BoundLabeledValues</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_BoundLabeledValues_ParentReport" data-uid="C1.Report.BoundLabeledValues.ParentReport">
          <a class="xref" href="C1.Report.BoundLabeledValues.ParentReport.html#C1_Report_BoundLabeledValues_ParentReport">ParentReport</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Report.FlexReport.html">FlexReport</a> owning this <a class="xref" href="C1.Report.BoundLabeledValues.html">BoundLabeledValues</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_BoundLabeledValues_ValueExpression" data-uid="C1.Report.BoundLabeledValues.ValueExpression">
          <a class="xref" href="C1.Report.BoundLabeledValues.ValueExpression.html#C1_Report_BoundLabeledValues_ValueExpression">ValueExpression</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the expression used to calculate a value.</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_BoundLabeledValues_AssignFrom_C1_Report_BoundLabeledValues_" data-uid="C1.Report.BoundLabeledValues.AssignFrom(C1.Report.BoundLabeledValues)">
          <a class="xref" href="C1.Report.BoundLabeledValues.AssignFrom.html#C1_Report_BoundLabeledValues_AssignFrom_C1_Report_BoundLabeledValues_">AssignFrom(BoundLabeledValues)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.Report.BoundLabeledValues.html">BoundLabeledValues</a> to the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
