# GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions

## Content

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



  <h1 id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions" class="text-break">ExpressionInfoExtensions Class
</h1>
  <div class="markdown level0 summary"><p>Represents a set of extension methods for the <a class="xref" href="../MESCIUS.ActiveReports.Core.Data.ExpressionInfo/GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.html">ExpressionInfo</a> class to use from the data side.</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">ExpressionInfoExtensions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.html">GrapeCity.ActiveReports.Rdl.Tools</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rdl.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class ExpressionInfoExtensions</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_Aggregates" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.Aggregates">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.Aggregates.html">Aggregates</a>
        </td>
        <td class="markdown level1 summary"><p>A hash set of aggregate functions.</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="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_ContainsAggregates_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ContainsAggregates(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ContainsAggregates.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_ContainsAggregates_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">ContainsAggregates(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the expression contains any aggregate functions.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_ContainsAggregatesWithScope_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ContainsAggregatesWithScope(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ContainsAggregatesWithScope.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_ContainsAggregatesWithScope_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">ContainsAggregatesWithScope(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the expression contains aggregates with specified scope.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_ContainsRowNumber_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ContainsRowNumber(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ContainsRowNumber.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_ContainsRowNumber_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">ContainsRowNumber(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the specified expression contains RowNumber invocation expressions.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_ContainsRunningValueOrRowNumber_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ContainsRunningValueOrRowNumber(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ContainsRunningValueOrRowNumber.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_ContainsRunningValueOrRowNumber_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">ContainsRunningValueOrRowNumber(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the specified expression contains RunningValue or RowNumber invocation expressions.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_GetCumulativeExprs_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.GetCumulativeExprs(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.GetCumulativeExprs.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_GetCumulativeExprs_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">GetCumulativeExprs(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of all cumulative expressions.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_GetExpressionReferences_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_System_String_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.GetExpressionReferences(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.GetExpressionReferences.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_GetExpressionReferences_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_System_String_">GetExpressionReferences(ExpressionInfo, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the list of the names of any report item referenced in the RDL Global [type] collection (ReportItems, DataSet, or DataSource).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_GetReferencedFields_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.GetReferencedFields(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.GetReferencedFields.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_GetReferencedFields_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">GetReferencedFields(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the names of the fields referenced using a specified expression.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_GetReferencedParameters_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.GetReferencedParameters(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.GetReferencedParameters.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_GetReferencedParameters_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">GetReferencedParameters(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the names of the parameters referenced using a specified expression.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_GetReferencedReportItems_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.GetReferencedReportItems(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.GetReferencedReportItems.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_GetReferencedReportItems_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">GetReferencedReportItems(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the names of the report items referenced byusing a specified expression.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasCumulativeExpressions_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasCumulativeExpressions(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasCumulativeExpressions.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasCumulativeExpressions_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">HasCumulativeExpressions(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the specified expression uses 'Cumulative*' functions.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasCumulativeTotal_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasCumulativeTotal(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasCumulativeTotal.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasCumulativeTotal_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">HasCumulativeTotal(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the specified expression contains CumulativeTotal expressions.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasCustomCodeRefs_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasCustomCodeRefs(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasCustomCodeRefs.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasCustomCodeRefs_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">HasCustomCodeRefs(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the expression contains custom code.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasDataTimeRefs_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasDataTimeRefs(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasDataTimeRefs.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasDataTimeRefs_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">HasDataTimeRefs(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the specified expression depends on evaluation data scope.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasDocumentMapPageNumber_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasDocumentMapPageNumber(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasDocumentMapPageNumber.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasDocumentMapPageNumber_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">HasDocumentMapPageNumber(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the DocumentMap.PageNumber property is used in a specified expression.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasDocumentMapPath_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasDocumentMapPath(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasDocumentMapPath.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasDocumentMapPath_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">HasDocumentMapPath(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the DocumentMap.Path property is used in a specified expression.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasDocumentMapReferences_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasDocumentMapReferences(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasDocumentMapReferences.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasDocumentMapReferences_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">HasDocumentMapReferences(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the DocumentMap properties are used in a specified expression.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasIdentifierRefs_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_System_String___" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasIdentifierRefs(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo,System.String[])">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasIdentifierRefs.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasIdentifierRefs_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_System_String___">HasIdentifierRefs(ExpressionInfo, params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the expression refers to any of the specified objects.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasMeReferences_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasMeReferences(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasMeReferences.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasMeReferences_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">HasMeReferences(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the specified expression references 'Me'.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasParamsRefs_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasParamsRefs(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasParamsRefs.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasParamsRefs_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">HasParamsRefs(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the expression contains parameters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasSlicersRefs_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasSlicersRefs(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasSlicersRefs.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_HasSlicersRefs_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">HasSlicersRefs(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the expression contains slicers.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_IsCompoundExpression_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.IsCompoundExpression(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.IsCompoundExpression.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_IsCompoundExpression_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">IsCompoundExpression(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the specified expression is a compound expression.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_IsDataTime_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.IsDataTime(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.IsDataTime.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_IsDataTime_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">IsDataTime(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the expression is a DateTime expression.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_IsDelayedContentExpression_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.IsDelayedContentExpression(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.IsDelayedContentExpression.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_IsDelayedContentExpression_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">IsDelayedContentExpression(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the specified expression depends on page context.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_IsPageLevelExpression_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.IsPageLevelExpression(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.IsPageLevelExpression.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_IsPageLevelExpression_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">IsPageLevelExpression(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the specified expression depends on page context.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_IsPartPropertyExpression_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.IsPartPropertyExpression(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.IsPartPropertyExpression.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_IsPartPropertyExpression_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">IsPartPropertyExpression(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the specified expression is a part property expression.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_IsPropertyRef_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_System_String_System_String___" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.IsPropertyRef(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo,System.String,System.String[])">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.IsPropertyRef.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_IsPropertyRef_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_System_String_System_String___">IsPropertyRef(ExpressionInfo, string, params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the specified expression is a property reference.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_IsThemeConstantsExpression_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.IsThemeConstantsExpression(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.IsThemeConstantsExpression.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_IsThemeConstantsExpression_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">IsThemeConstantsExpression(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the specified expression depends on theme constants.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_IsThemeExpression_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.IsThemeExpression(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.IsThemeExpression.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_IsThemeExpression_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">IsThemeExpression(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the specified expression references 'Themes'.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_ReferencesDataSets_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ReferencesDataSets(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ReferencesDataSets.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_ReferencesDataSets_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">ReferencesDataSets(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the expression references any data sets.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_ReferencesDataSource_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ReferencesDataSource(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ReferencesDataSource.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_ReferencesDataSource_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">ReferencesDataSource(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the expression references any data sources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_ReferencesFields_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ReferencesFields(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ReferencesFields.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_ReferencesFields_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">ReferencesFields(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the expression references any fields.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_Replace_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_System_Func_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_System_Tuple_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_System_Boolean___" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.Replace(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo,System.Func{GrapeCity.Enterprise.Data.Expressions.ExpressionInfo,System.Tuple{GrapeCity.Enterprise.Data.Expressions.ExpressionInfo,System.Boolean}})">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.Replace.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_Replace_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_System_Func_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_System_Tuple_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_System_Boolean___">Replace(ExpressionInfo, Func&lt;ExpressionInfo, Tuple&lt;ExpressionInfo, bool&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Replaces parts of the expression based on the provided function.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_ReplaceFields_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_System_Func_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo__" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ReplaceFields(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo,System.Func{GrapeCity.Enterprise.Data.Expressions.ExpressionInfo,GrapeCity.Enterprise.Data.Expressions.ExpressionInfo,GrapeCity.Enterprise.Data.Expressions.ExpressionInfo})">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ReplaceFields.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_ReplaceFields_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_System_Func_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo__">ReplaceFields(ExpressionInfo, Func&lt;ExpressionInfo, ExpressionInfo, ExpressionInfo&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Replaces fields in the specified expression.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_ReplaceRowNumber_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_System_Int32_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ReplaceRowNumber(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ReplaceRowNumber.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_ReplaceRowNumber_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_System_Int32_">ReplaceRowNumber(ExpressionInfo, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Replaces 'RowNumber' function with the specified calculated row number.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_ResolveReportItemReference_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_" data-uid="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ResolveReportItemReference(GrapeCity.Enterprise.Data.Expressions.ExpressionInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.ResolveReportItemReference.html#GrapeCity_ActiveReports_Rdl_Tools_ExpressionInfoExtensions_ResolveReportItemReference_GrapeCity_Enterprise_Data_Expressions_ExpressionInfo_">ResolveReportItemReference(ExpressionInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Resolves a name of the referenced item in a specified expression.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
