Share via


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.
공용 속성 CurrencyLanguage
공용 속성 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 인프라입니다. A string constant that specifies the name of the style attribute for background color.
보호된 필드정적 멤버 cBackgroundGradientEndColor 인프라입니다. A string constant that specifies the name of the style attribute for background gradient end color.
보호된 필드정적 멤버 cBackgroundGradientType 인프라입니다. A string constant that specifies the name of the style attribute for background gradient type.
보호된 필드정적 멤버 cBackgroundHatchType 인프라입니다. A string constant that specifies the name of the style attribute for background hatch type.
보호된 필드정적 멤버 cBackgroundImage 인프라입니다. A string constant that specifies the name of the style attribute for background image.
보호된 필드정적 멤버 cBackgroundImageMIMEType 인프라입니다. A string constant that specifies the name of the style attribute for background image MIME type.
보호된 필드정적 멤버 cBackgroundImageSource 인프라입니다. A string constant that specifies the name of the style attribute for background image source.
보호된 필드정적 멤버 cBackgroundImageValue 인프라입니다. A string constant that specifies the name of the style attribute for background image value.
보호된 필드정적 멤버 cBackgroundRepeat 인프라입니다. A string constant that specifies the name of the style attribute for background repeat.
보호된 필드정적 멤버 cBorderColor 인프라입니다. A string constant that specifies the name of the style attribute for border color.
보호된 필드정적 멤버 cBorderColorBottom 인프라입니다. A string constant that specifies the name of the style attribute for bottom border color.
보호된 필드정적 멤버 cBorderColorLeft 인프라입니다. A string constant that specifies the name of the style attribute for left border color.
보호된 필드정적 멤버 cBorderColorRight 인프라입니다. A string constant that specifies the name of the style attribute for right border color.
보호된 필드정적 멤버 cBorderColorTop 인프라입니다. A string constant that specifies the name of the style attribute for top border color.
보호된 필드정적 멤버 cBorderStyle 인프라입니다. A string constant that specifies the name of the style attribute for border style.
보호된 필드정적 멤버 cBorderStyleBottom 인프라입니다. A string constant that specifies the name of the style attribute for bottom border style.
보호된 필드정적 멤버 cBorderStyleLeft 인프라입니다. A string constant that specifies the name of the style attribute for left border style.
보호된 필드정적 멤버 cBorderStyleRight 인프라입니다. A string constant that specifies the name of the style attribute for right border style.
보호된 필드정적 멤버 cBorderStyleTop 인프라입니다. A string constant that specifies the name of the style attribute for top border style.
보호된 필드정적 멤버 cBorderWidth 인프라입니다. A string constant that specifies the name of the style attribute for border width.
보호된 필드정적 멤버 cBorderWidthBottom 인프라입니다. A string constant that specifies the name of the style attribute for bottom border width.
보호된 필드정적 멤버 cBorderWidthLeft 인프라입니다. A string constant that specifies the name of the style attribute for left border width.
보호된 필드정적 멤버 cBorderWidthRight 인프라입니다. A string constant that specifies the name of the style attribute for right border width.
보호된 필드정적 멤버 cBorderWidthTop 인프라입니다. A string constant that specifies the name of the style attribute for top border width.
보호된 필드정적 멤버 cCalendar 인프라입니다. A string constant that specifies the name of the style attribute for calendar.
보호된 필드정적 멤버 cColor 인프라입니다. A string constant that specifies the name of the style attribute for color.
보호된 필드정적 멤버 cCurrencyLanguage
보호된 필드정적 멤버 cDirection 인프라입니다. A string constant that specifies the name of the style attribute for direction.
보호된 필드정적 멤버 cFontFamily 인프라입니다. A string constant that specifies the name of the style attribute for font family.
보호된 필드정적 멤버 cFontSize 인프라입니다. A string constant that specifies the name of the style attribute for font size.
보호된 필드정적 멤버 cFontStyle 인프라입니다. A string constant that specifies the name of the style attribute for font style.
보호된 필드정적 멤버 cFontWeight 인프라입니다. A string constant that specifies the name of the style attribute for font weight.
보호된 필드정적 멤버 cFormat 인프라입니다. A string constant that specifies the name of the style attribute for format.
보호된 필드정적 멤버 cLanguage 인프라입니다. A string constant that specifies the name of the style attribute for language.
보호된 필드정적 멤버 cLineHeight 인프라입니다. A string constant that specifies the name of the style attribute for line height.
보호된 필드정적 멤버 cNumeralLanguage 인프라입니다. A string constant that specifies the name of the style attribute for numeral language.
보호된 필드정적 멤버 cNumeralVariant 인프라입니다. A string constant that specifies the name of the style attribute for numeral variant.
보호된 필드정적 멤버 cPaddingBottom 인프라입니다. A string constant that specifies the name of the style attribute for bottom padding.
보호된 필드정적 멤버 cPaddingLeft 인프라입니다. A string constant that specifies the name of the style attribute for left padding.
보호된 필드정적 멤버 cPaddingRight 인프라입니다. A string constant that specifies the name of the style attribute for right padding.
보호된 필드정적 멤버 cPaddingTop 인프라입니다. A string constant that specifies the name of the style attribute for top padding.
보호된 필드정적 멤버 cPosition 인프라입니다. A string constant that specifies the name of the style attribute for position.
보호된 필드정적 멤버 cShadowColor 인프라입니다. A string constant that specifies the name of the style attribute for shadow color.
보호된 필드정적 멤버 cShadowOffset 인프라입니다. A string constant that specifies the name of the style attribute for shadow offset.
보호된 필드정적 멤버 cTextAlign 인프라입니다. A string constant that specifies the name of the style attribute for text alignment.
보호된 필드정적 멤버 cTextDecoration 인프라입니다. A string constant that specifies the name of the style attribute for text decoration.
보호된 필드정적 멤버 cTextEffect 인프라입니다. A string constant that specifies the name of the style attribute for text effect.
보호된 필드정적 멤버 cTransparentColor 인프라입니다. A string constant that specifies the name of the style attribute for transparent color.
보호된 필드정적 멤버 cUnicodeBiDi 인프라입니다. A string constant that specifies the name of the style attribute for Unicode bi-directional algorithm.
보호된 필드정적 멤버 cVerticalAlign 인프라입니다. A string constant that specifies the name of the style attribute for text vertical alignment.
보호된 필드정적 멤버 cWritingMode 인프라입니다. A string constant that specifies the name of the style attribute for text writing mode.
보호된 필드 m_nonSharedStyles 인프라입니다. Specifies a list of style attributes that are not shared between instance objects.
보호된 필드 m_sharedStyles 인프라입니다. Specifies a list of the styles that are shared between instance objects.
공용 필드정적 멤버 StyleAttributeCount Specifies the number of style attributes in the StyleBase type.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스