ActiveReports Developer 7
PageNumber Property
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace > FlashViewerOptions Class : PageNumber Property

Glossary Item Box

Gets or sets the number of the page to display initially in the FlashViewer.

Syntax

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

Property Value

An integer representing a page number within the report.

See Also