Enum DockingStyle
Specifies how a ReportItem docks to the edges of its container.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public enum DockingStyle
Bottom
The ReportItem is docked to the bottom edge of its container.
Fill
The ReportItem is docked to all of the edges of its container.
Left
The ReportItem is docked to the left edge of its container.
None
The ReportItem is not docked to any edge of its container.
Right
The ReportItem is docked to the right edge of its container.
Top
The ReportItem is docked to the top edge of its container.