共用方式為


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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。