AutoComplete for ASP.NET Web Forms
MaxPages プロパティ

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス : MaxPages プロパティ
Gets or sets the maximum number of pages allowed for a report.
シンタックス
'宣言
 
Public Property MaxPages As System.Integer
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.

参照

C1Report クラス
C1Report メンバ