ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / ReportProcessingError Enumeration

In This Topic
    ReportProcessingError Enumeration
    In This Topic
    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.
    CommandTextNotBeenSetCommand is empty.
    CyclicParameterCyclic dependencies in parameters: ReportException.ErrorData provides name of the parameter.
    CyclicSubreportReferences 
    DataSetNotFoundSpecified data set is not found.
    DataSetNotSpecifiedNot specified shared data set.
    InfinitePagesInternal loop in pages processing observed.
    InvalidDataInvalid data or cannot access to date with current configuration.
    InvalidDataTypeForParameterParameters validation error: ReportException.ErrorData provides name of the parameter.
    InvalidKeyInConnectionStringInvalid key in connection string
    InvalidLibrarySomething wrong in library.
    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.
    JsonSchemaNotAvailableOrInvalidJson schema specified in connection string of JSON data provider is not available or invalid.
    NoDataSetsNot specified shared data set.
    NoMasterReportNo master report was found.
    NoPermissionDB assess error.
    NullValueAssignedToNonNullableParameterParameters validation error: ReportException.ErrorData provides name of the parameter.
    ParameterNotValidatedParameters 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.
    SubreportNotFoundNo subreport was found.
    UnableToCreateConnectionCan not connect to data source.
    UnexpectedCharacterWhileParsingPathUnexpected character while parsing path.
    Inheritance Hierarchy

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

    See Also