Style.StyleName Enumeration
Contains the list of available styles for the Style class.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
구문
‘선언
Public Enumeration StyleName
public enum StyleName
public enum class StyleName
public enum 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 | GregorianArabic | GregorianMiddleEastFrench | GregorianTransliteratedEnglish | GregorianTransliteratedFrench | GregorianUSEnglish | Hebrew | Hijri | Japanese | Korea | Taiwan | ThaiBuddhist. |
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: |
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. |
주의
신규:2005년 12월 5일
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.