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