ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / SaveOptions Enumeration

In This Topic
    SaveOptions Enumeration
    In This Topic
    Specifies the compression type used to save the report document.
    Syntax
    'Declaration
     
    Public Enum SaveOptions 
       Inherits System.Enum
    public enum SaveOptions : System.Enum 
    Members
    MemberDescription
    CompressedSaves the RDF as a compressed file.
    NormalSaves the RDF as an uncompressed file.
    Inheritance Hierarchy

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

    See Also