[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportDefinitionException.ErrorCodes

ReportDefinitionException.ErrorCodes Enum

Specifies error codes for report definition exceptions.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum ReportDefinitionException.ErrorCodes

Fields

Name Description
ContentReportNonUniqReportItemName

The content report has non-unique item names causing a conflict with the master report.

InvalidIntegerRange

The integer value specified is out of the valid range.

InvalidLengthUnitRange

The length unit specified is out of the valid range.

PostiveNonZeroValueRequired

The value specified must be positive and non-zero.

UnableToReadTheme

The theme file is not a valid XML document.

Extension Methods