ActiveReports Developer 7
PageOrder Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Printing Namespace > PrintOptions Class : PageOrder Property

Glossary Item Box

Gets or sets the value that indicates the order in which the pages will be laid out in multiple pages per sheet mode.

Syntax

Visual Basic (Declaration) 
Public Property PageOrder As PageOrder
C# 
public PageOrder PageOrder {get; set;}

See Also