ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix Namespace / ITablix Interface / CanScroll Property

In This Topic
    CanScroll Property (ITablix)
    In This Topic
    Gets 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
     
    ReadOnly Property CanScroll As Boolean
    bool CanScroll {get;}
    See Also