[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Position

Position Enum

Specifies the position of a data label.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum Position

Fields

Name Description
Auto

Indicates that the data label position is automatically determined.

Bottom

Indicates that the data label is at the bottom.

BottomLeft

Indicates that the data label is at the bottom left.

BottomRight

Indicates that the data label is at the bottom right.

Center

Indicates that the data label is at the center.

Left

Indicates that the data label is at the left.

Right

Indicates that the data label is at the right.

Top

Indicates that the data label is at the top.

TopLeft

Indicates that the data label is at the top left.

TopRight

Indicates that the data label is at the top right.

Extension Methods