# GrapeCity.ActiveReports.ReportProcessingError

## Content

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




  <h1 id="GrapeCity_ActiveReports_ReportProcessingError" data-uid="GrapeCity.ActiveReports.ReportProcessingError" class="text-break">ReportProcessingError Enum
</h1>
  <div class="markdown level0 summary"><p>Describe possible error codes for future detail processing of the error.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.html">GrapeCity.ActiveReports</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_ReportProcessingError_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ReportProcessingError</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>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_BlankValueAssignedToNonBlankParameter">BlankValueAssignedToNonBlankParameter</td>
        <td><p>Parameters validation error: <a class="xref" href="GrapeCity.ActiveReports.ReportException.ErrorData.html#GrapeCity_ActiveReports_ReportException_ErrorData">ErrorData</a> provides name of the parameter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_CommandTextNotBeenSet">CommandTextNotBeenSet</td>
        <td><p>Command is empty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_CyclicParameter">CyclicParameter</td>
        <td><p>Cyclic dependencies in parameters: <a class="xref" href="GrapeCity.ActiveReports.ReportException.ErrorData.html#GrapeCity_ActiveReports_ReportException_ErrorData">ErrorData</a> provides name of the parameter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_CyclicSubreportReferences">CyclicSubreportReferences</td>
        <td><p>Cyclic subreport references were detected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_DataBindingFailed">DataBindingFailed</td>
        <td><p>Indicates that data cannot be read from the data provider.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_DataProcessing_InvalidFilterExpression">DataProcessing_InvalidFilterExpression</td>
        <td><p>The filter expression evaluation failed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_DataProcessing_InvalidGroupingExpression">DataProcessing_InvalidGroupingExpression</td>
        <td><p>The grouping expression evaluation failed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_DataProcessing_InvalidSortingExpression">DataProcessing_InvalidSortingExpression</td>
        <td><p>The sort expression evaluation failed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_DataSetNotFound">DataSetNotFound</td>
        <td><p>Specified data set is not found.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_DataSetNotSpecified">DataSetNotSpecified</td>
        <td><p>Not specified shared data set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_InfinitePages">InfinitePages</td>
        <td><p>Internal loop in pages processing observed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_InternalError">InternalError</td>
        <td><p>Just internal error.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_InvalidData">InvalidData</td>
        <td><p>Invalid data or cannot access to data with current configuration.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_InvalidDataTypeForParameter">InvalidDataTypeForParameter</td>
        <td><p>Parameters validation error: <a class="xref" href="GrapeCity.ActiveReports.ReportException.ErrorData.html#GrapeCity_ActiveReports_ReportException_ErrorData">ErrorData</a> provides name of the parameter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_InvalidKeyInConnectionString">InvalidKeyInConnectionString</td>
        <td><p>Invalid key in connection string</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_InvalidLibrary">InvalidLibrary</td>
        <td><p>Something wrong in library.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_InvalidQueryParameters">InvalidQueryParameters</td>
        <td><p>Cannot parse/process data set query parameters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_InvalidReport">InvalidReport</td>
        <td><p>Something wrong in report structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_InvalidSharedDataSource">InvalidSharedDataSource</td>
        <td><p>No assess to shared data source: <a class="xref" href="GrapeCity.ActiveReports.ReportException.ErrorData.html#GrapeCity_ActiveReports_ReportException_ErrorData">ErrorData</a> provides name of the data source.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_InvalidTheme">InvalidTheme</td>
        <td><p>Invalid theme was specified.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_JsonSchemaNotAvailableOrInvalid">JsonSchemaNotAvailableOrInvalid</td>
        <td><p>Json schema specified in connection string of JSON data provider is not available or invalid.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_NoDataSets">NoDataSets</td>
        <td><p>Not specified shared data set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_NoMasterReport">NoMasterReport</td>
        <td><p>No master report was found.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_NoPermission">NoPermission</td>
        <td><p>DB assess error.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_NullValueAssignedToNonNullableParameter">NullValueAssignedToNonNullableParameter</td>
        <td><p>Parameters validation error: <a class="xref" href="GrapeCity.ActiveReports.ReportException.ErrorData.html#GrapeCity_ActiveReports_ReportException_ErrorData">ErrorData</a> provides name of the parameter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_ParameterNotValidated">ParameterNotValidated</td>
        <td><p>Parameters validation error: <a class="xref" href="GrapeCity.ActiveReports.ReportException.ErrorData.html#GrapeCity_ActiveReports_ReportException_ErrorData">ErrorData</a> provides name of the parameter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_ParameterValueIsNotValid">ParameterValueIsNotValid</td>
        <td><p>Parameters validation error: <a class="xref" href="GrapeCity.ActiveReports.ReportException.ErrorData.html#GrapeCity_ActiveReports_ReportException_ErrorData">ErrorData</a> provides name of the parameter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_ScriptCompilationFailed">ScriptCompilationFailed</td>
        <td><p>Describe script compilation problem: <a class="xref" href="GrapeCity.ActiveReports.ReportException.ErrorData.html#GrapeCity_ActiveReports_ReportException_ErrorData">ErrorData</a> provides errors array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_ScriptError">ScriptError</td>
        <td><p>Describe script execution problem.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_SubreportNotFound">SubreportNotFound</td>
        <td><p>No subreport was found.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_UnableToCreateConnection">UnableToCreateConnection</td>
        <td><p>Can not connect to data source.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_ReportProcessingError_UnexpectedCharacterWhileParsingPath">UnexpectedCharacterWhileParsingPath</td>
        <td><p>Unexpected character while parsing path.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ApplyDefaults.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ApplyDefaults__1___0_">ObjectExtensions.ApplyDefaults&lt;ReportProcessingError&gt;(ReportProcessingError)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.SetValue.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_SetValue__1___0_System_ComponentModel_PropertyDescriptor_System_String_">ObjectExtensions.SetValue&lt;ReportProcessingError&gt;(ReportProcessingError, PropertyDescriptor, string)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ToNameValueCollection.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ToNameValueCollection_System_Object_">ObjectExtensions.ToNameValueCollection(object)</a>
  </div>
</div>
