Expand Minimize
This topic has not yet been rated - Rate this topic

WritingModes Enumeration

Specifies whether text is written vertically or horizontally.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
public enum WritingModes
Member nameDescription
DefaultSpecifies the default mode of writing text, which is the same as Horizontal.
HorizontalSpecifies horizontal text.
Rotate270Specifies vertical text, which must rotate individual text character 270 degrees.
VerticalSpecifies vertical text, which must rotate individual text character 90 degrees.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.