ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / SaveOptions Enumeration

In This Topic
    SaveOptions Enumeration
    In This Topic
    Represents the save options.
    Syntax
    'Declaration
     
    Public Enum SaveOptions 
       Inherits System.Enum
    public enum SaveOptions : System.Enum 
    Members
    MemberDescription
    CompressedOption to save in compressed form.
    NormalThe default save option.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Document.Section.SaveOptions

    See Also