[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Table.RepeatToFill

RepeatToFill Property

RepeatToFill

Gets or sets a value indicating whether a table should fill the space with empty rows to reach its FixedHeight. Applicable to FPL reports only.

Declaration
[Obsolete("This property is obsolete. Use RepeatBlankRows instead.")]
public bool RepeatToFill { get; set; }
Property Value
Type Description
bool

A bool value indicating whether a table should fill the space with empty rows to reach its FixedHeight.

Remarks

This property is obsolete. Please, use RepeatBlankRows property instead.