MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Layout Namespace / LayoutException.ErrorCodes Enumeration

LayoutException.ErrorCodes Enumeration
Error codes for layout exceptions.
Syntax
'Declaration
 
Public Enum LayoutException.ErrorCodes 
   Inherits System.Enum
 
Members
MemberDescription
InfinitePagesIndicates an infinite pages error.
InvalidColumnSpacingIndicates an invalid column spacing error.
SubreportTooSmallIndicates that the subreport is too small.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Rendering.Layout.LayoutException.ErrorCodes

See Also