ActiveReports Developer 7
StartPage Property
See Also 
GrapeCity.ActiveReports.Export.Image.v7 Assembly > GrapeCity.ActiveReports.Export.Image.Page Namespace > Settings Class : StartPage Property

Glossary Item Box

The default value of zero in this and the EndPage properties render all of the report pages to images. Otherwise, set this value to the number of the first page to render.

Syntax

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

See Also