# C1.Report.ReportLabeledValue

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_ReportLabeledValue" data-uid="C1.Report.ReportLabeledValue" class="text-break">ReportLabeledValue Class
</h1>
  <div class="markdown level0 summary"><p>Represents a value with an associated label.
Both label and value can be specified as constants or as expressions.</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">ReportLabeledValue</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Report.IScriptContextProvider.html">IScriptContextProvider</a></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_ReportLabeledValue_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ReportLabeledValue : IScriptContextProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ReportLabeledValue
    Implements IScriptContextProvider</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_ReportLabeledValue__ctor" data-uid="C1.Report.ReportLabeledValue.#ctor">
          <a class="xref" href="C1.Report.ReportLabeledValue.-ctor.html#C1_Report_ReportLabeledValue__ctor">ReportLabeledValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Report.ReportLabeledValue.html">ReportLabeledValue</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportLabeledValue__ctor_System_Object_System_String_" data-uid="C1.Report.ReportLabeledValue.#ctor(System.Object,System.String)">
          <a class="xref" href="C1.Report.ReportLabeledValue.-ctor.html#C1_Report_ReportLabeledValue__ctor_System_Object_System_String_">ReportLabeledValue(object, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Report.ReportLabeledValue.html">ReportLabeledValue</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_ReportLabeledValue_Label" data-uid="C1.Report.ReportLabeledValue.Label">
          <a class="xref" href="C1.Report.ReportLabeledValue.Label.html#C1_Report_ReportLabeledValue_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label of value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportLabeledValue_Owner" data-uid="C1.Report.ReportLabeledValue.Owner">
          <a class="xref" href="C1.Report.ReportLabeledValue.Owner.html#C1_Report_ReportLabeledValue_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Report.ReportLabeledValues.html">ReportLabeledValues</a> collection containing this object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportLabeledValue_Parameter" data-uid="C1.Report.ReportLabeledValue.Parameter">
          <a class="xref" href="C1.Report.ReportLabeledValue.Parameter.html#C1_Report_ReportLabeledValue_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 object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportLabeledValue_ParentReport" data-uid="C1.Report.ReportLabeledValue.ParentReport">
          <a class="xref" href="C1.Report.ReportLabeledValue.ParentReport.html#C1_Report_ReportLabeledValue_ParentReport">ParentReport</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Report.FlexReport.html">FlexReport</a> object owning this object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportLabeledValue_Value" data-uid="C1.Report.ReportLabeledValue.Value">
          <a class="xref" href="C1.Report.ReportLabeledValue.Value.html#C1_Report_ReportLabeledValue_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the 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_ReportLabeledValue_AssignFrom_C1_Report_ReportLabeledValue_" data-uid="C1.Report.ReportLabeledValue.AssignFrom(C1.Report.ReportLabeledValue)">
          <a class="xref" href="C1.Report.ReportLabeledValue.AssignFrom.html#C1_Report_ReportLabeledValue_AssignFrom_C1_Report_ReportLabeledValue_">AssignFrom(ReportLabeledValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.Report.ReportLabeledValue.html">ReportLabeledValue</a> to the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
