Enumeração Style.StyleName
Contains the list of available styles for the Style class.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Enumeration StyleName
'Uso
Dim instance As Style.StyleName
public enum StyleName
public enum class StyleName
type StyleName
public enum StyleName
Membros
Nome do membro | Descrição | |
---|---|---|
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. | |
BorderColorTop | Top border color | |
BorderColorLeft | Left border color | |
BorderColorRight | Right border color | |
BorderColorBottom | Bottom 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. | |
BorderStyleTop | Top border style | |
BorderStyleLeft | Left border style | |
BorderStyleRight | Right border style | |
BorderStyleBottom | Bottom 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. | |
BorderWidthTop | Top border width | |
BorderWidthLeft | Left border width | |
BorderWidthRight | Right border width | |
BorderWidthBottom | Bottom border width | |
BackgroundColor | Color of the background. | |
FontStyle | Font style: Normal | Italic | |
FontFamily | Name of the font family. | |
FontSize | Size of the font. | |
FontWeight | Thickness of the font. | |
Format | .NET Framework formatting string. | |
TextDecoration | Text formatting: Underline | Overline | LineThrough | None. | |
TextAlign | Horizontal alignment of the text: Left | Center | Right | Justify | General. | |
VerticalAlign | Vertical alignment of the text: Top | Middle | Bottom. | |
Color | The foreground color. | |
PaddingLeft | Padding to the left of the object. | |
PaddingRight | Padding to the right of the object. | |
PaddingTop | Padding above the object. | |
PaddingBottom | Padding below the object. | |
LineHeight | Height of a line of text. | |
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. | |
WritingMode | Whether the text is written lr-tb or tb-rl. | |
Language | The primary language of the text. | |
UnicodeBiDi | Indicates the level of embedding with respect to the bidirectional algorithm. Valid values: Normal | Embed | BiDi-Override. | |
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. | |
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. |