ActiveReports.Viewer3 Request technical support
Bounds Property
See Also 


For internal use only.

Syntax

Visual Basic (Declaration) 
Public Property Bounds As RectangleF
Visual Basic (Usage)Copy Code
Dim instance As PageCell
Dim value As RectangleF
 
instance.Bounds = value
 
value = instance.Bounds
C# 
public RectangleF Bounds {get; set;}

See Also