# GrapeCity.ActiveReports.Rendering.Tools.ReportStoreValidationExtensions.ValidateReport

## Content

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



<h1 id="GrapeCity_ActiveReports_Rendering_Tools_ReportStoreValidationExtensions_ValidateReport_" data-uid="GrapeCity.ActiveReports.Rendering.Tools.ReportStoreValidationExtensions.ValidateReport*">ValidateReport Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Rendering_Tools_ReportStoreValidationExtensions_ValidateReport_" data-uid="GrapeCity.ActiveReports.Rendering.Tools.ReportStoreValidationExtensions.ValidateReport*"></a>
<h4 id="GrapeCity_ActiveReports_Rendering_Tools_ReportStoreValidationExtensions_ValidateReport_GrapeCity_ActiveReports_Rendering_ReportStore_GrapeCity_ActiveReports_PageReportModel_ValidationMode_" data-uid="GrapeCity.ActiveReports.Rendering.Tools.ReportStoreValidationExtensions.ValidateReport(GrapeCity.ActiveReports.Rendering.ReportStore,GrapeCity.ActiveReports.PageReportModel.ValidationMode)">ValidateReport(ReportStore, ValidationMode)</h4>
<div class="markdown level1 summary"><p>Validates the report in the specified report store using the specified validation mode.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static ValidationEntry[] ValidateReport(this ReportStore store, ValidationMode mode)</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.Rendering.ReportStore.html">ReportStore</a></td>
      <td><span class="parametername">store</span></td>
      <td><p>The report store to validate.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Rdl/GrapeCity.ActiveReports.PageReportModel.ValidationMode.html">ValidationMode</a></td>
      <td><span class="parametername">mode</span></td>
      <td><p>The validation mode.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</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.Rdl/GrapeCity.ActiveReports.PageReportModel.ValidationEntry.html">ValidationEntry</a>[]</td>
      <td><p>An array of validation entries representing the validation errors.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
