Share via


Style.StyleName Enumeration

Contains the list of available styles for the Style class.

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

Syntax

'Declaration
Public Enumeration StyleName
'Usage
Dim instance As Style.StyleName
public enum StyleName
public enum class StyleName
type StyleName
public enum StyleName

Members

Member name Description
BackgroundColor Color of the background.
BorderColor Color of the border if not set for any particular border. In the event two borders overlap and Zorder cannot determine precedence, the lower color number should be used for the overlapping region.
BorderColorBottom Bottom border color
BorderColorLeft Left border color
BorderColorRight Right border color
BorderColorTop Top border color
BorderStyle Style of the border if not set for any particular border. In the event two borders overlap and Z-order cannot determine precedence, the style closest to the end of the enumeration list is used for the overlapping region.
BorderStyleBottom Bottom border style
BorderStyleLeft Left border style
BorderStyleRight Right border style
BorderStyleTop Top border style
BorderWidth Width of the border if not set for any particular border. Borders are centered on the edge of the object, if possible. In the event two borders overlap and Z-order cannot determine precedence, the wider border is used for the overlapping region.
BorderWidthBottom Bottom border width
BorderWidthLeft Left border width
BorderWidthRight Right border width
BorderWidthTop Top border width
Calendar Indicates the calendar to use for formatting dates. Must be compatible in .NET Framework with the Language setting. Valid values:Gregorian | Gregorian Arabic | Gregorian Middle East French | Gregorian Transliterated English | Gregorian Transliterated French | Gregorian US English | Hebrew | Hijri | Japanese | Korea | Taiwan | Thai Buddhist.
Color The foreground 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 Name of the font family.
FontSize Size of the font.
FontStyle Font style: Normal | Italic 
FontWeight Thickness of the font.
Format .NET Framework formatting string.
Language The primary language of the text.
LineHeight Height of a line of text.
NumeralLanguage The digit format to use as described by its primary language. Any language is legal.
NumeralVariant The variant of the digit format to use. Currently defined values are:

1: follow Unicode context rules.

2: 0123456789.

3: traditional digits for the script as defined in GDI+. Currently supported for: ar | bn | bo | fa | gu | hi | kn | kok | lo | mr | ms | or | pa | sa | ta | te | th | ur and variants.

4: ko, ja, zh-CHS, zh-CHT only.

5: ko, ja, zh-CHS, zh-CHT only.

6: ko, ja, zh-CHS, zh-CHT only [Wide versions of regular digits].

7: ko only.

PaddingBottom Padding below the object.
PaddingLeft Padding to the left of the object.
PaddingRight Padding to the right of the object.
PaddingTop Padding above the object.
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.

See Also

Reference

Microsoft.ReportingServices.ReportRendering Namespace