# GrapeCity.ActiveReports.PageReportModel.ValidationEntry

## Content

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



  <h1 id="GrapeCity_ActiveReports_PageReportModel_ValidationEntry" data-uid="GrapeCity.ActiveReports.PageReportModel.ValidationEntry" class="text-break">ValidationEntry Class
</h1>
  <div class="markdown level0 summary"><p>Represents a single entry of information related to validation.</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">ValidationEntry</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.html">GrapeCity.ActiveReports.PageReportModel</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rdl.dll</h6>
  <h5 id="GrapeCity_ActiveReports_PageReportModel_ValidationEntry_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class ValidationEntry</code></pre>
  </div>
  <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_PageReportModel_ValidationEntry__ctor_GrapeCity_ActiveReports_PageReportModel_Severity_System_String_System_Exception_System_Object_" data-uid="GrapeCity.ActiveReports.PageReportModel.ValidationEntry.#ctor(GrapeCity.ActiveReports.PageReportModel.Severity,System.String,System.Exception,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ValidationEntry.-ctor.html#GrapeCity_ActiveReports_PageReportModel_ValidationEntry__ctor_GrapeCity_ActiveReports_PageReportModel_Severity_System_String_System_Exception_System_Object_">ValidationEntry(Severity, string, Exception, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ValidationEntry.html">ValidationEntry</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ValidationEntry__ctor_GrapeCity_ActiveReports_PageReportModel_Severity_System_String_System_Object_" data-uid="GrapeCity.ActiveReports.PageReportModel.ValidationEntry.#ctor(GrapeCity.ActiveReports.PageReportModel.Severity,System.String,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ValidationEntry.-ctor.html#GrapeCity_ActiveReports_PageReportModel_ValidationEntry__ctor_GrapeCity_ActiveReports_PageReportModel_Severity_System_String_System_Object_">ValidationEntry(Severity, string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ValidationEntry.html">ValidationEntry</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_PageReportModel_ValidationEntry_Exception" data-uid="GrapeCity.ActiveReports.PageReportModel.ValidationEntry.Exception">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ValidationEntry.Exception.html#GrapeCity_ActiveReports_PageReportModel_ValidationEntry_Exception">Exception</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a> object that is associated with this validation entry, if any.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ValidationEntry_Message" data-uid="GrapeCity.ActiveReports.PageReportModel.ValidationEntry.Message">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ValidationEntry.Message.html#GrapeCity_ActiveReports_PageReportModel_ValidationEntry_Message">Message</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the user-friendly message for the validation entry.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ValidationEntry_Owner" data-uid="GrapeCity.ActiveReports.PageReportModel.ValidationEntry.Owner">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ValidationEntry.Owner.html#GrapeCity_ActiveReports_PageReportModel_ValidationEntry_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object that owns the validation entry.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_ValidationEntry_Severity" data-uid="GrapeCity.ActiveReports.PageReportModel.ValidationEntry.Severity">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ValidationEntry.Severity.html#GrapeCity_ActiveReports_PageReportModel_ValidationEntry_Severity">Severity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the severity level of the entry.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.CollectionExtensions.AddRange.html#GrapeCity_ActiveReports_Rdl_Tools_CollectionExtensions_AddRange__2___0_System_Collections_Generic_IEnumerable___1__">CollectionExtensions.AddRange&lt;TCollection, TItem&gt;(TCollection, IEnumerable&lt;TItem&gt;)</a>
  </div>

</div>
