Membros Style
Contains information about the style of an object in the report.
O tipo Style expõe os seguintes membros.
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
IsAvailableStyle | Infraestrutura. | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
m_nonSharedStyles | (Herdado de StyleBase.) | |
m_sharedStyles | (Herdado de StyleBase.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
BackgroundColor | Color of the background (Substitui StyleBase. . :: . .BackgroundColor.) | |
BackgroundGradientEndColor | End color for the background gradient. (Substitui StyleBase. . :: . .BackgroundGradientEndColor.) | |
BackgroundGradientType | The type of background gradient (Substitui StyleBase. . :: . .BackgroundGradientType.) | |
BackgroundHatchType | Hatch type. (Substitui StyleBase. . :: . .BackgroundHatchType.) | |
BackgroundImage | A background image for the object. (Substitui StyleBase. . :: . .BackgroundImage.) | |
Border | Default border properties. (Substitui StyleBase. . :: . .Border.) | |
BottomBorder | Properties of the bottom border. (Substitui StyleBase. . :: . .BottomBorder.) | |
Calendar | Indicates the calendar to use for formatting dates. (Substitui StyleBase. . :: . .Calendar.) | |
Color | The foreground color. (Substitui StyleBase. . :: . .Color.) | |
Direction | Indicates whether text is written left-to-right or right-to-left. (Substitui StyleBase. . :: . .Direction.) | |
FontFamily | Name of the font family. (Substitui StyleBase. . :: . .FontFamily.) | |
FontSize | Size of the font. (Substitui StyleBase. . :: . .FontSize.) | |
FontStyle | Font style. (Substitui StyleBase. . :: . .FontStyle.) | |
FontWeight | Thickness of the font. (Substitui StyleBase. . :: . .FontWeight.) | |
Format | Microsoft .NET Framework formatting string. (Substitui StyleBase. . :: . .Format.) | |
Item | Gets a style attribute. (Substitui StyleBase. . :: . .Item[ ( [ ( StyleAttributeNames] ) ] ) .) | |
Language | The primary language of the text. Default is Report language. (Substitui StyleBase. . :: . .Language.) | |
LeftBorder | Properties of the left border. (Substitui StyleBase. . :: . .LeftBorder.) | |
LineHeight | Height of a line of text. (Substitui StyleBase. . :: . .LineHeight.) | |
NonSharedStyleAttributes | Gets a list of style attributes that are not shared between instance objects. (Substitui StyleBase. . :: . .NonSharedStyleAttributes.) | |
NumeralLanguage | The digit format to use as described by its primary language. Any language is legal. Default is the Language property. (Substitui StyleBase. . :: . .NumeralLanguage.) | |
NumeralVariant | The variant of the digit format to use. (Substitui StyleBase. . :: . .NumeralVariant.) | |
PaddingBottom | Padding between the bottom edge of the report item and its contents. (Substitui StyleBase. . :: . .PaddingBottom.) | |
PaddingLeft | Padding between the left edge of the report item and its contents. (Substitui StyleBase. . :: . .PaddingLeft.) | |
PaddingRight | Padding between the right edge of the report item and its contents. (Substitui StyleBase. . :: . .PaddingRight.) | |
PaddingTop | Padding between the top edge of the report item and its contents. (Substitui StyleBase. . :: . .PaddingTop.) | |
RightBorder | Properties of the right border. (Substitui StyleBase. . :: . .RightBorder.) | |
ShadowColor | Color of the shadow for the item. (Substitui StyleBase. . :: . .ShadowColor.) | |
ShadowOffset | Size of the shadow for the item. (Substitui StyleBase. . :: . .ShadowOffset.) | |
SharedStyleAttributes | Gets a list of style attributes that are shared between instance objects. (Substitui StyleBase. . :: . .SharedStyleAttributes.) | |
TextAlign | Horizontal alignment of the text. (Substitui StyleBase. . :: . .TextAlign.) | |
TextDecoration | Special text formatting. (Substitui StyleBase. . :: . .TextDecoration.) | |
TextEffect | Effect to apply to the text. (Substitui StyleBase. . :: . .TextEffect.) | |
TopBorder | Properties of the top border. (Substitui StyleBase. . :: . .TopBorder.) | |
UnicodeBiDi | Indicates the level of embedding with respect to the bi-directional algorithm. (Substitui StyleBase. . :: . .UnicodeBiDi.) | |
VerticalAlign | Vertical alignment of the text. (Substitui StyleBase. . :: . .VerticalAlign.) | |
WritingMode | Indicates whether text is written horizontally or vertically. (Substitui StyleBase. . :: . .WritingMode.) |
Início
Consulte também