ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / LayoutContext Structure / AvailableSize Property

In This Topic
    AvailableSize Property
    In This Topic
    Indicates the maximum size that the report item can occupy in the current operation.
    Syntax
    'Declaration
     
    Public ReadOnly Property AvailableSize As SizeF
    public SizeF AvailableSize {get;}
    Remarks
    The width and height are in twips.
    See Also