[]
Describe possible error codes for future detail processing of the error.
public enum ReportProcessingError
| Name | Description |
|---|---|
| BlankValueAssignedToNonBlankParameter | Parameters validation error: ErrorData provides name of the parameter. |
| CommandTextNotBeenSet | Command is empty. |
| CyclicParameter | Cyclic dependencies in parameters: ErrorData provides name of the parameter. |
| CyclicSubreportReferences | |
| DataBindingFailed | Indicates that data cannot be read from the data provider. |
| DataSetNotFound | Specified data set is not found. |
| DataSetNotSpecified | Not specified shared data set. |
| InfinitePages | Internal loop in pages processing observed. |
| InternalError | Just internal error. |
| InvalidData | Invalid data or cannot access to data with current configuration. |
| InvalidDataTypeForParameter | Parameters validation error: ErrorData provides name of the parameter. |
| InvalidKeyInConnectionString | Invalid key in connection string |
| InvalidLibrary | Something wrong in library. |
| InvalidQueryParameters | Cannot parse/process data set query parameters. |
| InvalidReport | Something wrong in report structure. |
| InvalidSharedDataSource | No assess to shared data source: ErrorData provides name of the data source. |
| InvalidTheme | Invalid theme was specified. |
| JsonSchemaNotAvailableOrInvalid | Json schema specified in connection string of JSON data provider is not available or invalid. |
| NoDataSets | Not specified shared data set. |
| NoMasterReport | No master report was found. |
| NoPermission | DB assess error. |
| NullValueAssignedToNonNullableParameter | Parameters validation error: ErrorData provides name of the parameter. |
| ParameterNotValidated | Parameters validation error: ErrorData provides name of the parameter. |
| ParameterValueIsNotValid | Parameters validation error: ErrorData provides name of the parameter. |
| ScriptCompilationFailed | Describe script compilation problem: ErrorData provides errors array. |
| ScriptError | Describe script execution problem. |
| SubreportNotFound | No subreport was found. |
| UnableToCreateConnection | Can not connect to data source. |
| UnexpectedCharacterWhileParsingPath | Unexpected character while parsing path. |