New to Telerik ReportingStart a free 30-day trial

Specifies how a ReportItem docks to the edges of its container.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public enum DockingStyle

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
In this article
DefinitionFieldsBottomFillLeftNoneRightTop
Not finding the help you need?
Contact Support