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

In This Topic
    CanScroll Property
    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