Style::StyleName Enumeration

 

Updated: February 25, 2016

Contains the list of available styles for the Style class.

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

public enum class StyleName

Member nameDescription
BackgroundColor

BorderColor

BorderColorBottom

BorderColorLeft

BorderColorRight

BorderColorTop

BorderStyle

BorderStyleBottom

BorderStyleLeft

BorderStyleRight

BorderStyleTop

BorderWidth

BorderWidthBottom

BorderWidthLeft

BorderWidthRight

BorderWidthTop

Calendar

Indicates the calendar to use for formatting dates. Must be compatible in .NET Framework with the Language setting. Valid values:Gregorian | GregorianArabic | GregorianMiddleEastFrench | GregorianTransliteratedEnglish | GregorianTransliteratedFrench | GregorianUSEnglish | Hebrew | Hijri | Japanese | Korea | Taiwan | ThaiBuddhist.

Color

Direction

Indicates whether text is written left-to-right or right-to-left and whether matrixes grow to the right (headers on the left) or left (headers on the right). Valid values: LTR | RTL.

FontFamily

FontSize

FontStyle

Font style: Normal | Italic 

FontWeight

Format

Language

LineHeight

NumeralLanguage

NumeralVariant

The variant of the digit format to use. Currently defined values are:

PaddingBottom

PaddingLeft

PaddingRight

PaddingTop

TextAlign

Horizontal alignment of the text: Left | Center | Right | Justify | General.

TextDecoration

Text formatting: Underline | Overline | LineThrough | None.

UnicodeBiDi

Indicates the level of embedding with respect to the bidirectional algorithm. Valid values: Normal | Embed | BiDi-Override.

VerticalAlign

Vertical alignment of the text: Top | Middle | Bottom.

WritingMode

Whether the text is written lr-tb or tb-rl.

Return to top
Show: