ActiveReports Developer 7
PageSettings Class Members
See Also  Properties  Methods  Events
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace : PageSettings Class

Glossary Item Box

The following tables list the members exposed by PageSettings.

Public Constructors

 NameDescription
Public ConstructorPageSettings ConstructorInitializes a new instance of the PageSettings class.  
Top

Public Properties

 NameDescription
Public PropertyCollateGets or sets a value indicating whether the report document is collated.  
Public PropertyDefaultPaperSizeGets or sets a value that specifies whether the report document should print to the printer's default paper size.  
Public PropertyDefaultPaperSourceGets or sets a value that specifies whether the report document should print to the printer's default paper source.  
Public PropertyDuplexGets or sets the report document setting for double-sided printing.  
Public PropertyGutterGets or sets the amount of space between columns in inches.  
Public PropertyMarginsGets or sets the default page margins of the report document.  
Public PropertyMirrorMarginsGets or sets a value that specifies whether the margins will be mirrored for every other page of the document.  
Public PropertyOrientationGets or sets a value that specifies whether the document pages should be printed in portrait or landscape.  
Public PropertyPaperHeightGets or sets a value that specifies the height of a custom paper size.  
Public PropertyPaperKindGets or sets the kind of paper to be used to print the report.  
Public PropertyPaperNameGets or sets the name of the type of paper.  
Public PropertyPaperSourceGets or sets the paper source used to print the report document pages.  
Public PropertyPaperSourceNameGets the name of the paper source.  
Public PropertyPaperWidthGets or sets a value that specifies the width, in inches, of a custom paper size.  
Top

Public Methods

 NameDescription
Public MethodDisposeReleases the PageSettings object from memory.  
Top

Public Events

 NameDescription
Public EventChangedOccurs when any of the PageSettings properties are changed.  
Top

See Also