Enum
AnchoringStyles

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

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[Flags]
public enum AnchoringStyles

Fields

Bottom

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

Declaration

cs-api-definition
Bottom = 2

Field Value

AnchoringStyles

Left

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

Declaration

cs-api-definition
Left = 4

Field Value

AnchoringStyles

None

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

Declaration

cs-api-definition
None = 0

Field Value

AnchoringStyles

Right

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

Declaration

cs-api-definition
Right = 8

Field Value

AnchoringStyles

Top

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

Declaration

cs-api-definition
Top = 1

Field Value

AnchoringStyles

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