ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace / ITable Interface / RepeatToFill Property

In This Topic
    RepeatToFill Property (ITable)
    In This Topic
    Gets a value indicating whether the table should fill the space with empty rows to reach its fixed height. Applicable to FPL reports only.
    Syntax
    'Declaration
     
    ReadOnly Property RepeatToFill As Boolean
    bool RepeatToFill {get;}

    Property Value

    A System.Boolean value. true if the table should fill the space with empty rows; otherwise, false.
    See Also