# GrapeCity.ActiveReports.Core.Rendering.Data.ReportParameterInfo-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Core_Rendering_Data_ReportParameterInfo_1" data-uid="GrapeCity.ActiveReports.Core.Rendering.Data.ReportParameterInfo`1" class="text-break">ReportParameterInfo&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Represents information about a report parameter.</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">ReportParameterInfo&lt;T&gt;</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Data.html">GrapeCity.ActiveReports.Core.Rendering.Data</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Core_Rendering_Data_ReportParameterInfo_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ReportParameterInfo&lt;T&gt;</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td><p>The type of the parameter value.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="GrapeCity_ActiveReports_Core_Rendering_Data_ReportParameterInfo_1__ctor_System_String__0_" data-uid="GrapeCity.ActiveReports.Core.Rendering.Data.ReportParameterInfo`1.#ctor(System.String,`0)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Data.ReportParameterInfo-1.-ctor.html#GrapeCity_ActiveReports_Core_Rendering_Data_ReportParameterInfo_1__ctor_System_String__0_">ReportParameterInfo(string, T)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Data.ReportParameterInfo-1.html">ReportParameterInfo&lt;T&gt;</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="GrapeCity_ActiveReports_Core_Rendering_Data_ReportParameterInfo_1_Label" data-uid="GrapeCity.ActiveReports.Core.Rendering.Data.ReportParameterInfo`1.Label">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Data.ReportParameterInfo-1.Label.html#GrapeCity_ActiveReports_Core_Rendering_Data_ReportParameterInfo_1_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the label of the report parameter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Rendering_Data_ReportParameterInfo_1_Value" data-uid="GrapeCity.ActiveReports.Core.Rendering.Data.ReportParameterInfo`1.Value">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Data.ReportParameterInfo-1.Value.html#GrapeCity_ActiveReports_Core_Rendering_Data_ReportParameterInfo_1_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the report parameter.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
