Enum
DockingStyle

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

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public enum DockingStyle

Fields

Bottom

The ReportItem is docked to the bottom edge of its container.

Declaration

cs-api-definition
Bottom = 2

Field Value

DockingStyle

Fill

The ReportItem is docked to all of the edges of its container.

Declaration

cs-api-definition
Fill = 5

Field Value

DockingStyle

Left

The ReportItem is docked to the left edge of its container.

Declaration

cs-api-definition
Left = 3

Field Value

DockingStyle

None

The ReportItem is not docked to any edge of its container.

Declaration

cs-api-definition
None = 0

Field Value

DockingStyle

Right

The ReportItem is docked to the right edge of its container.

Declaration

cs-api-definition
Right = 4

Field Value

DockingStyle

Top

The ReportItem is docked to the top edge of its container.

Declaration

cs-api-definition
Top = 1

Field Value

DockingStyle

In this article
DefinitionFieldsBottomFillLeftNoneRightTop
Not finding the help you need?
Contact Support