ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ReportInfo Class / Alignment Property

In This Topic
    Alignment Property (ReportInfo)
    In This Topic
    Gets or sets the alignment of text within the bounds of the control.
    Syntax
    'Declaration
     
    Public Property Alignment As GrapeCity.ActiveReports.Drawing.TextAlignment
    public GrapeCity.ActiveReports.Drawing.TextAlignment Alignment {get; set;}
    See Also