ActiveReports 8
XlsPageSettings Class
Members  See Also 
GrapeCity.ActiveReports.Export.Excel.v8 Assembly > GrapeCity.ActiveReports.Export.Excel.Section Namespace : XlsPageSettings Class

Glossary Item Box

Encapsulates the information necessary to provide Xls document print settings.

Object Model

XlsPageSettings Class

Syntax

Visual Basic (Declaration) 
Public Class XlsPageSettings 
C# 
public class XlsPageSettings 

Remarks

If you want to use default AR document print settings, you should Reset the properties on ProperGrid or invoke Reset() method.

Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.Export.Excel.Section.XlsPageSettings

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