ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Table Class / RepeatToFill Property

In This Topic
    RepeatToFill Property (Table)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property RepeatToFill As Boolean
    public bool RepeatToFill {get; set;}

    Property Value

    A System.Boolean 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.
    See Also