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 Color of the background.
公共属性 BackgroundGradientEndColor End color for the background gradient.
公共属性 BackgroundGradientType The type of background gradient
公共属性 BackgroundHatchType Hatch type.
公共属性 BackgroundImage A background image for the object.
公共属性 Border Default border properties
公共属性 BottomBorder Properties of the bottom border
公共属性 Calendar Indicates the calendar to use for formatting dates.
公共属性 Color The foreground color
公共属性 Direction Indicates whether text is written left-to-right or right-to-left.
公共属性 FontFamily Name of the font family
公共属性 FontSize Size of the font
公共属性 FontStyle Font style
公共属性 FontWeight Thickness of the font
公共属性 Format 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 The primary language of the text. Default is Report language.
公共属性 LeftBorder Properties of the left border.
公共属性 LineHeight Height of a line of text.
公共属性 NonSharedStyleAttributes Gets a list of style attributes that are not shared between instance objects.
公共属性 NumeralLanguage The digit format to use as described by its primary language.
公共属性 NumeralVariant The variant of the digit format to use.
公共属性 PaddingBottom Padding between the bottom edge of the report item and its contents.
公共属性 PaddingLeft Padding between the left edge of the report item and its contents.
公共属性 PaddingRight Padding between the right edge of the report item and its contents.
公共属性 PaddingTop Padding between the top edge of the report item and its contents.
公共属性 RightBorder Properties of the right border.
公共属性 ShadowColor Color of the shadow for the item.
公共属性 ShadowOffset Size of the shadow for the item.
公共属性 SharedStyleAttributes Gets a list of style attributes that are shared between instance objects.
公共属性 TextAlign Horizontal alignment of the text.
公共属性 TextDecoration Special text formatting.
公共属性 TextEffect Effect to apply to the text.
公共属性 TopBorder Properties of the top border.
公共属性 UnicodeBiDi Indicates the level of embedding with respect to the bi-directional algorithm.
公共属性 VerticalAlign Vertical alignment of the text.
公共属性 WritingMode 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

页首

线程安全

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