ComponentOne Reports for WPF
C1.C1Report Namespace / C1Report Class / RecordsPerPage Property

In This Topic
    RecordsPerPage Property (C1Report)
    In This Topic
    Gets or sets the number of detail records to render per page or group.
    Syntax
    'Declaration
     
    Public Property RecordsPerPage As Integer
    public 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