ActiveReports 18 .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 System.Boolean value that indicates whether Indicates that the tablix will get scroll bars when the content size grows beyond the definition size of the tablix.
    Syntax
    'Declaration
     
    Public Property CanScroll As Boolean
    public bool CanScroll {get; set;}
    See Also