ComponentOne FlexReport for WinForms
Page Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class : Page Property
Gets or sets the current page number.
Syntax
'Declaration
 
Public Property Page As System.Integer
public System.int Page {get; set;}
Remarks

This property is a global variable available to VBScript expressions.

It is automatically initialized by the control with the value 1 when a report starts rendering, and it is automatically incremented after each page break.

This property is read-write, so you can reset it using scripts. For example, you can reset the current page to 1 whenever a new group starts rendering.

See Also

Reference

C1FlexReport Class
C1FlexReport Members