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

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