StyleBase Class
Updated: February 25, 2016
Represents the base class for the Style class.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Microsoft.ReportingServices.OnDemandReportRendering::StyleBase
Microsoft.ReportingServices.OnDemandReportRendering::Style
[DefaultMemberAttribute("Item")] [StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")] public ref class StyleBase abstract
| Name | Description | |
|---|---|---|
![]() | BackgroundColor | Gets an expression that evaluates to the color of the background. |
![]() | BackgroundGradientEndColor | Gets an expression that evaluates to the end color for the background gradient. |
![]() | BackgroundGradientType | Gets an expression that evaluates to the type of background gradient. |
![]() | BackgroundHatchType | Gets an expression that evaluates to the hatch type. |
![]() | BackgroundImage | Gets a background image for the object. |
![]() | Border | Gets the default border properties. |
![]() | BottomBorder | Gets the properties of the bottom border. |
![]() | Calendar | Gets an expression that evaluates to the calendar to use for formatting dates. |
![]() | Color | Gets an expression that evaluates to the foreground color. |
![]() | CurrencyLanguage | Gets an expression that evaluates to the currency language. |
![]() | Direction | Gets an expression that evaluates to a value that indicates whether text is written left-to-right or right-to-left. |
![]() | FontFamily | Gets an expression that evaluates to the name of the font family. |
![]() | FontSize | Gets an expression that evaluates to the size of the font. |
![]() | FontStyle | Gets an expression that evaluates to the font style. |
![]() | FontWeight | Gets an expression that evaluates to the thickness of the font. |
![]() | Format | Gets an expression that evaluates to a Microsoft .NET Framework formatting string. For more information, see http://msdn2.microsoft.com/library/fbxft59x.aspx. |
![]() | Item[StyleAttributeNames] | Gets a style attribute. |
![]() | Language | Gets an expression that evaluates to the primary language of the text. |
![]() | LeftBorder | Gets an expression that evaluates to the properties of the left border. |
![]() | LineHeight | Gets an expression that evaluates to the height of a line of text. |
![]() | NonSharedStyleAttributes | Gets a list of style attributes that are not shared between instance objects. |
![]() | NumeralLanguage | Gets an expression that evaluates to the digit format to use as described by its primary language. |
![]() | NumeralVariant | Gets an expression that evaluates to the variant of the digit format to use. |
![]() | PaddingBottom | Gets an expression that evaluates to the padding between the bottom edge of the report item and its contents. |
![]() | PaddingLeft | Gets an expression that evaluates to the padding between the left edge of the report item and its contents. |
![]() | PaddingRight | Gets an expression that evaluates to the padding between the right edge of the report item and its contents. |
![]() | PaddingTop | Gets an expression that evaluates to the padding between the top edge of the report item and its contents. |
![]() | RightBorder | Gets the properties of the right border. |
![]() | ShadowColor | Gets an expression that evaluates to the color of the shadow for the item. |
![]() | ShadowOffset | Gets an expression that evaluates to the size of the shadow for the item. |
![]() | SharedStyleAttributes | Gets a list of the styles that are shared between instance objects. |
![]() | TextAlign | Gets an expression that evaluates to the horizontal alignment of the text. |
![]() | TextDecoration | Gets an expression that evaluates to the special text formatting. |
![]() | TextEffect | Gets an expression that evaluates to the effect to apply to the text. |
![]() | TopBorder | Gets the properties of the top border. |
![]() | UnicodeBiDi | Gets an expression that evaluates to the level of embedding with respect to the bi-directional algorithm. |
![]() | VerticalAlign | Gets an expression that evaluates to the vertical alignment of the text. |
![]() | WritingMode | Gets an expression that evaluates to a value that indicates whether text is written horizontally or vertically. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | cBackgroundColor | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for background color. |
![]() ![]() | cBackgroundGradientEndColor | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for background gradient end color. |
![]() ![]() | cBackgroundGradientType | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for background gradient type. |
![]() ![]() | cBackgroundHatchType | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for background hatch type. |
![]() ![]() | cBackgroundImage | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for background image. |
![]() ![]() | cBackgroundImageMIMEType | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for background image MIME type. |
![]() ![]() | cBackgroundImageSource | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for background image source. |
![]() ![]() | cBackgroundImageValue | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for background image value. |
![]() ![]() | cBackgroundRepeat | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for background repeat. |
![]() ![]() | cBorderColor | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for border color. |
![]() ![]() | cBorderColorBottom | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for bottom border color. |
![]() ![]() | cBorderColorLeft | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for left border color. |
![]() ![]() | cBorderColorRight | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for right border color. |
![]() ![]() | cBorderColorTop | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for top border color. |
![]() ![]() | cBorderStyle | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for border style. |
![]() ![]() | cBorderStyleBottom | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for bottom border style. |
![]() ![]() | cBorderStyleLeft | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for left border style. |
![]() ![]() | cBorderStyleRight | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for right border style. |
![]() ![]() | cBorderStyleTop | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for top border style. |
![]() ![]() | cBorderWidth | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for border width. |
![]() ![]() | cBorderWidthBottom | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for bottom border width. |
![]() ![]() | cBorderWidthLeft | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for left border width. |
![]() ![]() | cBorderWidthRight | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for right border width. |
![]() ![]() | cBorderWidthTop | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for top border width. |
![]() ![]() | cCalendar | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for calendar. |
![]() ![]() | cColor | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for color. |
![]() ![]() | cCurrencyLanguage | A string constant that specifies the name of the style attribute for currency language. |
![]() ![]() | cDirection | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for direction. |
![]() ![]() | cFontFamily | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for font family. |
![]() ![]() | cFontSize | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for font size. |
![]() ![]() | cFontStyle | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for font style. |
![]() ![]() | cFontWeight | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for font weight. |
![]() ![]() | cFormat | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for format. |
![]() ![]() | cLanguage | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for language. |
![]() ![]() | cLineHeight | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for line height. |
![]() ![]() | cNumeralLanguage | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for numeral language. |
![]() ![]() | cNumeralVariant | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for numeral variant. |
![]() ![]() | cPaddingBottom | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for bottom padding. |
![]() ![]() | cPaddingLeft | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for left padding. |
![]() ![]() | cPaddingRight | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for right padding. |
![]() ![]() | cPaddingTop | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for top padding. |
![]() ![]() | cPosition | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for position. |
![]() ![]() | cShadowColor | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for shadow color. |
![]() ![]() | cShadowOffset | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for shadow offset. |
![]() ![]() | cTextAlign | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for text alignment. |
![]() ![]() | cTextDecoration | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for text decoration. |
![]() ![]() | cTextEffect | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for text effect. |
![]() ![]() | cTransparentColor | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for transparent color. |
![]() ![]() | cUnicodeBiDi | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for Unicode bi-directional algorithm. |
![]() ![]() | cVerticalAlign | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for text vertical alignment. |
![]() ![]() | cWritingMode | This API supports the product infrastructure and is not intended to be used directly from your code. A string constant that specifies the name of the style attribute for text writing mode. |
![]() | m_nonSharedStyles | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies a list of style attributes that are not shared between instance objects. |
![]() | m_sharedStyles | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies a list of the styles that are shared between instance objects. |
![]() ![]() | StyleAttributeCount | Specifies the number of style attributes in the StyleBase type. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





