StyleBase Members

Include Protected Members
Include Inherited Members

Represents the base class for the Style class.

The StyleBase type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected fieldStatic member cBackgroundColor
Protected fieldStatic member cBackgroundGradientEndColor
Protected fieldStatic member cBackgroundGradientType
Protected fieldStatic member cBackgroundHatchType
Protected fieldStatic member cBackgroundImage
Protected fieldStatic member cBackgroundImageMIMEType
Protected fieldStatic member cBackgroundImageSource
Protected fieldStatic member cBackgroundImageValue
Protected fieldStatic member cBackgroundRepeat
Protected fieldStatic member cBorderColor
Protected fieldStatic member cBorderColorBottom
Protected fieldStatic member cBorderColorLeft
Protected fieldStatic member cBorderColorRight
Protected fieldStatic member cBorderColorTop
Protected fieldStatic member cBorderStyle
Protected fieldStatic member cBorderStyleBottom
Protected fieldStatic member cBorderStyleLeft
Protected fieldStatic member cBorderStyleRight
Protected fieldStatic member cBorderStyleTop
Protected fieldStatic member cBorderWidth
Protected fieldStatic member cBorderWidthBottom
Protected fieldStatic member cBorderWidthLeft
Protected fieldStatic member cBorderWidthRight
Protected fieldStatic member cBorderWidthTop
Protected fieldStatic member cCalendar
Protected fieldStatic member cColor
Protected fieldStatic member cDirection
Protected fieldStatic member cFontFamily
Protected fieldStatic member cFontSize
Protected fieldStatic member cFontStyle
Protected fieldStatic member cFontWeight
Protected fieldStatic member cFormat
Protected fieldStatic member cLanguage
Protected fieldStatic member cLineHeight
Protected fieldStatic member cNumeralLanguage
Protected fieldStatic member cNumeralVariant
Protected fieldStatic member cPaddingBottom
Protected fieldStatic member cPaddingLeft
Protected fieldStatic member cPaddingRight
Protected fieldStatic member cPaddingTop
Protected fieldStatic member cPosition
Protected fieldStatic member cShadowColor
Protected fieldStatic member cShadowOffset
Protected fieldStatic member cTextAlign
Protected fieldStatic member cTextDecoration
Protected fieldStatic member cTextEffect
Protected fieldStatic member cTransparentColor
Protected fieldStatic member cUnicodeBiDi
Protected fieldStatic member cVerticalAlign
Protected fieldStatic member cWritingMode
Protected field m_nonSharedStyles
Protected field m_sharedStyles
Public fieldStatic member StyleAttributeCount

Top

Properties

  Name Description
Public property BackgroundColor Color of the background.
Public property BackgroundGradientEndColor End color for the background gradient.
Public property BackgroundGradientType The type of background gradient
Public property BackgroundHatchType Hatch type.
Public property BackgroundImage A background image for the object.
Public property Border Default border properties
Public property BottomBorder Properties of the bottom border
Public property Calendar Indicates the calendar to use for formatting dates.
Public property Color The foreground color
Public property Direction Indicates whether text is written left-to-right or right-to-left.
Public property FontFamily Name of the font family
Public property FontSize Size of the font
Public property FontStyle Font style
Public property FontWeight Thickness of the font
Public property Format A Microsoft .NET Framework formatting string. For more information, see https://msdn2.microsoft.com/en-us/library/fbxft59x.aspx.
Public property Item[StyleAttributeNames] Gets a style attribute.
Public property Language The primary language of the text. Default is Report language.
Public property LeftBorder Properties of the left border.
Public property LineHeight Height of a line of text.
Public property NonSharedStyleAttributes Gets a list of style attributes that are not shared between instance objects.
Public property NumeralLanguage The digit format to use as described by its primary language.
Public property NumeralVariant The variant of the digit format to use.
Public property PaddingBottom Padding between the bottom edge of the report item and its contents.
Public property PaddingLeft Padding between the left edge of the report item and its contents.
Public property PaddingRight Padding between the right edge of the report item and its contents.
Public property PaddingTop Padding between the top edge of the report item and its contents.
Public property RightBorder Properties of the right border.
Public property ShadowColor Color of the shadow for the item.
Public property ShadowOffset Size of the shadow for the item.
Public property SharedStyleAttributes Gets a list of style attributes that are shared between instance objects.
Public property TextAlign Horizontal alignment of the text.
Public property TextDecoration Special text formatting.
Public property TextEffect Effect to apply to the text.
Public property TopBorder Properties of the top border.
Public property UnicodeBiDi Indicates the level of embedding with respect to the bi-directional algorithm.
Public property VerticalAlign Vertical alignment of the text.
Public property WritingMode Indicates whether text is written horizontally or vertically.

Top