Enum AnchoringStyles
Specifies how a ReportItem anchors to the edges of its container.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
[Flags]
public enum AnchoringStyles
Bottom
The ReportItem is anchored to the bottom edge of its container.
Left
The ReportItem is anchored to the left edge of its container.
None
The ReportItem is not anchored to any edge of its container.
Right
The ReportItem is anchored to the right edge of its container.
Top
The ReportItem is anchored to the top edge of its container.