ActiveReports Developer 7
VerticalAlignment Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Image Class : VerticalAlignment Property

Glossary Item Box

Gets or sets the vertical alignment of the picture inside the image report item.

Syntax

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

See Also