ComponentOne FlexReport for WinForms
RecordsPerPage Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class : RecordsPerPage Property
Gets or sets the number of detail records to render per page or group.
Syntax
'Declaration
 
Public Property RecordsPerPage As System.Integer
public System.int RecordsPerPage {get; set;}
Remarks

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.

See Also

Reference

C1FlexReport Class
C1FlexReport Members