ActiveReports Developer 7
Position Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataLabel Class : Position Property

Glossary Item Box

Gets or sets the position of the label.

Syntax

Visual Basic (Declaration) 
Public Property Position As Position
C# 
public Position Position {get; set;}

Property Value

A Position enumeration indicating the position of the label.

See Also