ActiveReports Developer 7
SaveOptions Enumeration
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace : SaveOptions Enumeration

Glossary Item Box

Specifies the compression type used to save the report document.

Syntax

Visual Basic (Declaration) 
Public Enum SaveOptions 
   Inherits System.Enum
C# 
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