StyleAttributeNames Enumeration
Enumerates the properties of the Style class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration StyleAttributeNames
'Usage
Dim instance As StyleAttributeNames
public enum StyleAttributeNames
public enum class StyleAttributeNames
type StyleAttributeNames
public enum StyleAttributeNames
Members
| Member name | Description | |
|---|---|---|
| BorderColor | Border.Color | |
| BorderColorTop | TopBorder.Color | |
| BorderColorLeft | LeftBorder.Color | |
| BorderColorRight | RightBorder.Color | |
| BorderColorBottom | BottomBorder.Color | |
| BorderStyle | Border.Style | |
| BorderStyleTop | TopBorder.Style | |
| BorderStyleLeft | LeftBorder.Style | |
| BorderStyleRight | RightBorder.Style | |
| BorderStyleBottom | BottomBorder.Style | |
| BorderWidth | Border.Width | |
| BorderWidthTop | TopBorder.Width | |
| BorderWidthLeft | LeftBorder.Width | |
| BorderWidthRight | RightBorder.Width | |
| BorderWidthBottom | BottomBorder.Width | |
| BackgroundColor | BackgroundColor | |
| FontStyle | FontStyle | |
| FontFamily | FontFamily | |
| FontSize | FontSize | |
| FontWeight | FontWeight | |
| Format | Format | |
| TextDecoration | TextDecoration | |
| TextAlign | TextAlign | |
| VerticalAlign | VerticalAlign | |
| Color | Color | |
| PaddingLeft | PaddingLeft | |
| PaddingRight | PaddingRight | |
| PaddingTop | PaddingTop | |
| PaddingBottom | PaddingBottom | |
| LineHeight | LineHeight | |
| Direction | Direction | |
| WritingMode | WritingMode | |
| Language | Language | |
| UnicodeBiDi | UnicodeBiDi | |
| Calendar | Calendar | |
| NumeralLanguage | NumeralLanguage | |
| NumeralVariant | NumeralVariant | |
| BackgroundGradientType | BackgroundGradientType | |
| BackgroundGradientEndColor | BackgroundGradientEndColor | |
| BackgroundHatchType | BackgroundHatchType | |
| TransparentColor | BackgroundImage.TransparentColor | |
| ShadowColor | ShadowColor | |
| ShadowOffset | ShadowOffset | |
| Position | BackgroundImage.Position | |
| TextEffect | TextEffect | |
| BackgroundImage | BackgroundImage | |
| BackgroundImageRepeat | BackgroundImage.BackgroundRepeat | |
| Count | The number of attribute name/value pairs in a collection. |