ActiveReports 8
SaveOptions Enumeration
See Also 
GrapeCity.ActiveReports.Document.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also