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

In This Topic
    CanScroll Property (Tablix)
    In This Topic
    Gets or sets a value indicating whether the tablix will have scroll bars when the content size exceeds the defined size of the tablix.
    Syntax
    'Declaration
     
    Public Property CanScroll As Boolean
    public bool CanScroll {get; set;}

    Property Value

    A System.Boolean value indicating whether the tablix can scroll.
    See Also