DockingStyle
Enum
Specifies how a ReportItem docks to the edges of its container.
Definition
Fields
The ReportItem is docked to the bottom edge of its container.
C#
Bottom = 2
The ReportItem is docked to all of the edges of its container.
C#
Fill = 5
The ReportItem is docked to the left edge of its container.
C#
Left = 3
The ReportItem is not docked to any edge of its container.
C#
None = 0
The ReportItem is docked to the right edge of its container.
C#
Right = 4
The ReportItem is docked to the top edge of its container.
C#
Top = 1