# C1.Report.ReportParameterValue

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_ReportParameterValue" data-uid="C1.Report.ReportParameterValue" class="text-break">ReportParameterValue Class
</h1>
  <div class="markdown level0 summary"><p>Represents a report parameter 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">OwnedObject</span></div>
    <div class="level2"><span class="xref">NamedObject</span></div>
    <div class="level3"><span class="xref">ReportParameterValue</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_ReportParameterValue_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ReportParameterValue : NamedObject, IScriptContextProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ReportParameterValue
    Inherits NamedObject
    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_ReportParameterValue__ctor" data-uid="C1.Report.ReportParameterValue.#ctor">
          <a class="xref" href="C1.Report.ReportParameterValue.-ctor.html#C1_Report_ReportParameterValue__ctor">ReportParameterValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Report.ReportParameterValue.html">ReportParameterValue</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_ReportParameterValue_Owner" data-uid="C1.Report.ReportParameterValue.Owner">
          <a class="xref" href="C1.Report.ReportParameterValue.Owner.html#C1_Report_ReportParameterValue_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Report.ReportParameterValues.html">ReportParameterValues</a> collection containing this value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportParameterValue_ParentReport" data-uid="C1.Report.ReportParameterValue.ParentReport">
          <a class="xref" href="C1.Report.ReportParameterValue.ParentReport.html#C1_Report_ReportParameterValue_ParentReport">ParentReport</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Report.FlexReport.html">FlexReport</a> object containing this value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportParameterValue_Value" data-uid="C1.Report.ReportParameterValue.Value">
          <a class="xref" href="C1.Report.ReportParameterValue.Value.html#C1_Report_ReportParameterValue_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Report.ScriptObjectValue.html">ScriptObjectValue</a> yielding the value of the parameter.</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_ReportParameterValue_AssignFrom_System_Object_" data-uid="C1.Report.ReportParameterValue.AssignFrom(System.Object)">
          <a class="xref" href="C1.Report.ReportParameterValue.AssignFrom.html#C1_Report_ReportParameterValue_AssignFrom_System_Object_">AssignFrom(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies properties from another <a class="xref" href="C1.Report.ReportParameterValue.html">ReportParameterValue</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportParameterValue_CreateSame" data-uid="C1.Report.ReportParameterValue.CreateSame">
          <a class="xref" href="C1.Report.ReportParameterValue.CreateSame.html#C1_Report_ReportParameterValue_CreateSame">CreateSame()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the same class as this one.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportParameterValue_SetName_System_String_" data-uid="C1.Report.ReportParameterValue.SetName(System.String)">
          <a class="xref" href="C1.Report.ReportParameterValue.SetName.html#C1_Report_ReportParameterValue_SetName_System_String_">SetName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the name of the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
