# C1.Report.ReportParameter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_ReportParameter" data-uid="C1.Report.ReportParameter" class="text-break">ReportParameter Class
</h1>
  <div class="markdown level0 summary"><p>Represents a parameter in a <a class="xref" href="C1.Report.FlexReport.html">FlexReport</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">OwnedObject</span></div>
    <div class="level2"><span class="xref">NamedObject</span></div>
    <div class="level3"><a class="xref" href="../C1.Document/C1.Document.Parameter.html">Parameter</a></div>
    <div class="level4"><span class="xref">ReportParameter</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_ReportParameter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ReportParameter : Parameter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ReportParameter
    Inherits Parameter</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_ReportParameter__ctor" data-uid="C1.Report.ReportParameter.#ctor">
          <a class="xref" href="C1.Report.ReportParameter.-ctor.html#C1_Report_ReportParameter__ctor">ReportParameter()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Report.ReportParameter.html">ReportParameter</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_ReportParameter_AllowedValuesDefinition" data-uid="C1.Report.ReportParameter.AllowedValuesDefinition">
          <a class="xref" href="C1.Report.ReportParameter.AllowedValuesDefinition.html#C1_Report_ReportParameter_AllowedValuesDefinition">AllowedValuesDefinition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Report.ReportParameter.AllowedValuesDefinition.html#C1_Report_ReportParameter_AllowedValuesDefinition">AllowedValuesDefinition</a> defining the list of allowed values for this parameter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportParameter_DisplayText" data-uid="C1.Report.ReportParameter.DisplayText">
          <a class="xref" href="C1.Report.ReportParameter.DisplayText.html#C1_Report_ReportParameter_DisplayText">DisplayText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the display text corresponding to a parameter value.
This property has a meaningful value only during the report rendering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportParameter_ParentReport" data-uid="C1.Report.ReportParameter.ParentReport">
          <a class="xref" href="C1.Report.ReportParameter.ParentReport.html#C1_Report_ReportParameter_ParentReport">ParentReport</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Report.FlexReport.html">FlexReport</a> object owning this 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_ReportParameter_AssignFrom_System_Object_" data-uid="C1.Report.ReportParameter.AssignFrom(System.Object)">
          <a class="xref" href="C1.Report.ReportParameter.AssignFrom.html#C1_Report_ReportParameter_AssignFrom_System_Object_">AssignFrom(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another object to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportParameter_CreateSame" data-uid="C1.Report.ReportParameter.CreateSame">
          <a class="xref" href="C1.Report.ReportParameter.CreateSame.html#C1_Report_ReportParameter_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_ReportParameter_GetPropsTable" data-uid="C1.Report.ReportParameter.GetPropsTable">
          <a class="xref" href="C1.Report.ReportParameter.GetPropsTable.html#C1_Report_ReportParameter_GetPropsTable">GetPropsTable()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">C1.Document.Serialization.IC1PropsTable</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportParameter_OnPropertyChanged" data-uid="C1.Report.ReportParameter.OnPropertyChanged">
          <a class="xref" href="C1.Report.ReportParameter.OnPropertyChanged.html#C1_Report_ReportParameter_OnPropertyChanged">OnPropertyChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when property of <a class="xref" href="../C1.Document/C1.Document.Parameter.html">Parameter</a> is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportParameter_SetName_System_String_" data-uid="C1.Report.ReportParameter.SetName(System.String)">
          <a class="xref" href="C1.Report.ReportParameter.SetName.html#C1_Report_ReportParameter_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>
