ActiveReports 8
TitlePosition Enumeration
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : TitlePosition Enumeration

Glossary Item Box

Specifies the position of the title. TitlePosition is not used for the chart title.

Syntax

Visual Basic (Declaration) 
Public Enum TitlePosition 
   Inherits System.Enum
C# 
public enum TitlePosition : System.Enum 

Members

MemberDescription
CenterIndicates that the title is centered.
FarIndicates that the title is aligned further from the chart.
NearIndicates that the title is aligned near the chart.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.TitlePosition

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also