# GrapeCity.ActiveReports.PageReportModel.QueryParameter.Value

## Content

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



<h1 id="GrapeCity_ActiveReports_PageReportModel_QueryParameter_Value_" data-uid="GrapeCity.ActiveReports.PageReportModel.QueryParameter.Value*">Value Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_PageReportModel_QueryParameter_Value_" data-uid="GrapeCity.ActiveReports.PageReportModel.QueryParameter.Value*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_QueryParameter_Value" data-uid="GrapeCity.ActiveReports.PageReportModel.QueryParameter.Value">Value</h4>
<div class="markdown level1 summary"><p>Gets or sets an expression that evaluates to the parameter value to pass to the data source.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ExpressionInfo Value { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Data.ExpressionInfo/GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.html">ExpressionInfo</a></td>
      <td><p>An <a class="xref" href="../MESCIUS.ActiveReports.Core.Data.ExpressionInfo/GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.html">ExpressionInfo</a> object that evaluates to the value to pass to the data source.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_PageReportModel_QueryParameter_Value_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The expression can refer to report parameters but cannot contain references to report elements, 
fields in the data model, or aggregate functions.</p>
    <p>In the case of a parameter for a <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataValue.html">DataValue</a> query, 
the expression can only refer to report parameters that occur earlier in the parameters list. 
The value for this query parameter is then taken from the user selection for that earlier report parameter.</p>
</div>
</div>
