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

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス : RecordsPerPage プロパティ
Gets or sets the number of detail records to render per page or group.
シンタックス
'宣言
 
Public Property RecordsPerPage As System.Integer
public System.int RecordsPerPage {get; set;}
解説

This is useful when printing forms that must have a specific number of rows.

If the number of records is greater than the value specified, group or page breaks are added to limit the number of records rendered in each group of detail sections.

If the number of detail records is smaller than the value specified, blank records are added so the group of detail sections has the specified number of records.

If this property is set to zero (the default value), then it has no effect.

参照

C1Report クラス
C1Report メンバ