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

In This Topic
    ReportItemSize Property
    In This Topic
    Indicates the size of the report item. If the element is in a table, tablix or matrix, then it is equal to the cell size.
    Syntax
    'Declaration
     
    Public ReadOnly Property ReportItemSize As SizeF
    public SizeF ReportItemSize {get;}
    Remarks
    The width and height are in twips.
    See Also