ActiveReports 10
ReportProcessingError Enumeration

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports Namespace : ReportProcessingError Enumeration
Describe possible error codes for future detail processing of the error.
Syntax
'Declaration
 
Public Enum ReportProcessingError 
   Inherits System.Enum
public enum ReportProcessingError : System.Enum 
Members
MemberDescription
BlankValueAssignedToNonBlankParameterParameters validation error: ReportException.ErrorData provides name of the parameter.
CyclicParameterCyclic dependencies in parameters: ReportException.ErrorData provides name of the parameter.
InfinitePagesInternal loop in pages processing observed.
InternalErrorJust internal error.
InvalidDataInvalid data or cannot access to date with current configuration.
InvalidDataTypeForParameterParameters validation error: ReportException.ErrorData provides name of the parameter.
InvalidQueryParametersCannot parse/process data set query parameters.
InvalidReportSomething wrong in report structure.
InvalidSharedDataSourceNo assess to shared data source: ReportException.ErrorData provides name of the data source.
InvalidThemeInvalid theme was specified.
NoMasterReportNo master report was found.
NoPermissionDB assess error.
NullValueAssignedToNonNullableParameterParameters validation error: ReportException.ErrorData provides name of the parameter.
ParameterValueIsNotValidParameters validation error: ReportException.ErrorData provides name of the parameter.
ScriptCompilationFailedDescribe script compilation problem: ReportException.ErrorData provides errors array.
ScriptErrorDescribe script execution problem.
SubreportNotFoundSubreport not found.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.ReportProcessingError

See Also

Reference

GrapeCity.ActiveReports Namespace