ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Table Class / RepeatBlankRows Property

In This Topic
    RepeatBlankRows Property
    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 RepeatBlankRows As RepeatBlankRows
    public RepeatBlankRows RepeatBlankRows {get; set;}

    Property Value

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

    See Also