ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace / ITableRow Interface / CanShrink Property

In This Topic
    CanShrink Property (ITableRow)
    In This Topic
    True if the row contains only cells with CanShrink = true
    Syntax
    'Declaration
     
    ReadOnly Property CanShrink As Boolean
    bool CanShrink {get;}
    See Also