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


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

This property is useful if you want to limit the maximum number of pages in a report.

For example, you may write a report designer with a preview window that shows only the first five pages of a report.

Setting this property to zero allows reports of any length.

You can also limit the size of reports by setting the DataSource.MaxRecords property.

参照

参照

FlexReport クラス
FlexReport メンバ