ActiveReports 8
PreviewPages Property
See Also 
GrapeCity.ActiveReports.Design.Win.v8 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : PreviewPages Property

Glossary Item Box

Gets or sets the number of pages of report that should be generated for preview.

Syntax

Visual Basic (Declaration) 
Public Property PreviewPages As System.Integer
C# 
public System.int PreviewPages {get; set;}

Remarks

Note: This property does not determine the total number of pages generated when the report is run to completion.  If this value is set to 0, all pages of the report is generated.

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