FlexReport for WinForms
Page プロパティ (FlexReport)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FlexReport クラス : Page プロパティ
Gets or sets the current page number.
シンタックス
'宣言
 
Public Property Page As System.Integer
'使用法
 
Dim instance As FlexReport
Dim value As System.Integer
 
instance.Page = value
 
value = instance.Page
public System.int Page {get; set;}
解説

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.

参照

参照

FlexReport クラス
FlexReport メンバ