ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Image Class / HorizontalAlignment Property

In This Topic
    HorizontalAlignment Property (Image)
    In This Topic
    Gets or sets the horizontal alignment of the picture inside the image report item.
    Syntax
    'Declaration
     
    Public Property HorizontalAlignment As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo HorizontalAlignment {get; set;}
    See Also