VerticalAlignments Enumeration

Specifies the vertical alignment of text within a report item.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

C#‎
public enum VerticalAlignments

Members

Member name Description
Default Specifies the default vertical text alignment, which is the same as Top.
Top Specifies top-aligned text.
Middle Specifies vertically-centered text alignment.
Bottom Specifies bottom-aligned text.