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

In This Topic
    FrozenRows Property (Table)
    In This Topic
    Gets or sets a number of frozen rows.
    Syntax
    'Declaration
     
    Public Property FrozenRows As Integer
    public int FrozenRows {get; set;}

    Property Value

    An System.Int32 value indicating the number of rows that remain visible when the user scrolls vertically.
    See Also