StyleBase 类

Represents the base class for the Style class.

继承层次结构

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.StyleBase
    Microsoft.ReportingServices.OnDemandReportRendering.Style

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public MustInherit Class StyleBase
用法
Dim instance As StyleBase
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public abstract class StyleBase
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public ref class StyleBase abstract
[<AbstractClassAttribute>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
type StyleBase =  class end
public abstract class StyleBase

StyleBase 类型公开以下成员。

属性

  名称 说明
公共属性 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.
公共属性 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 https://msdn2.microsoft.com/en-us/library/fbxft59x.aspx.
公共属性 Item 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.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

字段

  名称 说明
受保护字段静态成员 cBackgroundColor 基础结构。
受保护字段静态成员 cBackgroundGradientEndColor 基础结构。
受保护字段静态成员 cBackgroundGradientType 基础结构。
受保护字段静态成员 cBackgroundHatchType 基础结构。
受保护字段静态成员 cBackgroundImage 基础结构。
受保护字段静态成员 cBackgroundImageMIMEType 基础结构。
受保护字段静态成员 cBackgroundImageSource 基础结构。
受保护字段静态成员 cBackgroundImageValue 基础结构。
受保护字段静态成员 cBackgroundRepeat 基础结构。
受保护字段静态成员 cBorderColor 基础结构。
受保护字段静态成员 cBorderColorBottom 基础结构。
受保护字段静态成员 cBorderColorLeft 基础结构。
受保护字段静态成员 cBorderColorRight 基础结构。
受保护字段静态成员 cBorderColorTop 基础结构。
受保护字段静态成员 cBorderStyle 基础结构。
受保护字段静态成员 cBorderStyleBottom 基础结构。
受保护字段静态成员 cBorderStyleLeft 基础结构。
受保护字段静态成员 cBorderStyleRight 基础结构。
受保护字段静态成员 cBorderStyleTop 基础结构。
受保护字段静态成员 cBorderWidth 基础结构。
受保护字段静态成员 cBorderWidthBottom 基础结构。
受保护字段静态成员 cBorderWidthLeft 基础结构。
受保护字段静态成员 cBorderWidthRight 基础结构。
受保护字段静态成员 cBorderWidthTop 基础结构。
受保护字段静态成员 cCalendar 基础结构。
受保护字段静态成员 cColor 基础结构。
受保护字段静态成员 cDirection 基础结构。
受保护字段静态成员 cFontFamily 基础结构。
受保护字段静态成员 cFontSize 基础结构。
受保护字段静态成员 cFontStyle 基础结构。
受保护字段静态成员 cFontWeight 基础结构。
受保护字段静态成员 cFormat 基础结构。
受保护字段静态成员 cLanguage 基础结构。
受保护字段静态成员 cLineHeight 基础结构。
受保护字段静态成员 cNumeralLanguage 基础结构。
受保护字段静态成员 cNumeralVariant 基础结构。
受保护字段静态成员 cPaddingBottom 基础结构。
受保护字段静态成员 cPaddingLeft 基础结构。
受保护字段静态成员 cPaddingRight 基础结构。
受保护字段静态成员 cPaddingTop 基础结构。
受保护字段静态成员 cPosition 基础结构。
受保护字段静态成员 cShadowColor 基础结构。
受保护字段静态成员 cShadowOffset 基础结构。
受保护字段静态成员 cTextAlign 基础结构。
受保护字段静态成员 cTextDecoration 基础结构。
受保护字段静态成员 cTextEffect 基础结构。
受保护字段静态成员 cTransparentColor 基础结构。
受保护字段静态成员 cUnicodeBiDi 基础结构。
受保护字段静态成员 cVerticalAlign 基础结构。
受保护字段静态成员 cWritingMode 基础结构。
受保护字段 m_nonSharedStyles 基础结构。
受保护字段 m_sharedStyles 基础结构。
公共字段静态成员 StyleAttributeCount Gets the number of style attributes in the StyleBase type.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。