# GrapeCity.ActiveReports.Rendering.Tools.IReportExtensions.SetCustomEvaluationBanner

## Content

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



<h1 id="GrapeCity_ActiveReports_Rendering_Tools_IReportExtensions_SetCustomEvaluationBanner_" data-uid="GrapeCity.ActiveReports.Rendering.Tools.IReportExtensions.SetCustomEvaluationBanner*">SetCustomEvaluationBanner Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Rendering_Tools_IReportExtensions_SetCustomEvaluationBanner_" data-uid="GrapeCity.ActiveReports.Rendering.Tools.IReportExtensions.SetCustomEvaluationBanner*"></a>
<h4 id="GrapeCity_ActiveReports_Rendering_Tools_IReportExtensions_SetCustomEvaluationBanner_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_Rendering_Tools_EvaluationBannerSettings_" data-uid="GrapeCity.ActiveReports.Rendering.Tools.IReportExtensions.SetCustomEvaluationBanner(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport,GrapeCity.ActiveReports.Rendering.Tools.EvaluationBannerSettings)">SetCustomEvaluationBanner(IReport, EvaluationBannerSettings)</h4>
<div class="markdown level1 summary"><p>Sets a custom evaluation banner for the specified report.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void SetCustomEvaluationBanner(this IReport report, EvaluationBannerSettings banner)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport.html">IReport</a></td>
      <td><span class="parametername">report</span></td>
      <td><p>The report to set the evaluation banner for.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EvaluationBannerSettings.html">EvaluationBannerSettings</a></td>
      <td><span class="parametername">banner</span></td>
      <td><p>The settings for the evaluation banner.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="exceptions">Exceptions</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Condition</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></td>
      <td><p>Thrown when the license level is not Professional.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
