Style Members

Include Protected Members
Include Inherited Members

Contains information about the style of an object in the report.

The Style 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 IsAvailableStyle(StyleAttributeNames) Infrastructure.
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_nonSharedStyles (Inherited from StyleBase.)
Protected field m_sharedStyles (Inherited from StyleBase.)

Top

Properties

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

Top