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

In This Topic
    RepeatToFill Property (Tablix)
    In This Topic
    Gets or sets a value indicating whether the tablix should fill the space with empty rows to reach its fixed height.
    Syntax
    'Declaration
     
    Public Property RepeatToFill As Boolean
    public bool RepeatToFill {get; set;}

    Property Value

    A System.Boolean value indicating whether to repeat empty rows to fill space.
    Remarks
    This is applicable to FPL reports only.
    See Also