Udostępnij za pośrednictwem


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
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.

Remarks

New:5 December 2005

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.ReportingServices.ReportRendering Namespace