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

In This Topic
    MarginsApplyMode Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum MarginsApplyMode 
       Inherits System.Enum
    public enum MarginsApplyMode : System.Enum 
    Members
    MemberDescription
    BodyCustom margins affect page size but not body size.
    PageCustom margins affect body size but not page size.
    Inheritance Hierarchy

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

    See Also