ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / Field Class / Bounds Property

In This Topic
    Bounds Property (Field)
    In This Topic
    Gets or sets the field's size and location within the section, in twips.
    Syntax
    'Declaration
     
    Public Property Bounds As System.Drawing.RectangleF
    public System.Drawing.RectangleF Bounds {get; set;}
    See Also