ActiveReports 12
SaveOptions Enumeration

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document.Section Namespace : SaveOptions Enumeration
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

Reference

GrapeCity.ActiveReports.Document.Section Namespace
Document.Save Method