ActiveReports 19 .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 value indicating whether 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;}

    Property Value

    A System.Boolean value indicating whether the tablix will get scroll bars when the content size exceeds the defined size.
    See Also