MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / MarginsApplyMode Enumeration

MarginsApplyMode Enumeration
Represents the modes for applying custom margins in a report.
Syntax
'Declaration
 
Public Enum MarginsApplyMode 
   Inherits System.Enum
 
Members
MemberDescription
BodyCustom margins affect page size but not body size.
PageCustom margins affect body size but not page size.
Remarks
This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Layout.MarginsApplyMode

See Also