ActiveReports 12
Dock Property (Viewer)

GrapeCity.ActiveReports.Viewer.Win.v12 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : Dock Property
Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
Syntax
'Declaration
 
Public Overridable Property Dock As DockStyle
public virtual DockStyle Dock {get; set;}

Property Value

One of the System.Windows.Forms.DockStyle values. The default is System.Windows.Forms.DockStyle.None.
Exceptions
ExceptionDescription
The value assigned is not one of the System.Windows.Forms.DockStyle values.
See Also

Reference

Viewer Class
Viewer Members