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 继承。) |
页首
字段
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。