StyleBase 클래스

An abstract base class collection of named styles for the report, which can be accessed by name or index.

상속 계층

System.Object
  Microsoft.ReportingServices.ReportRendering.StyleBase
    Microsoft.ReportingServices.ReportRendering.ActionStyle
    Microsoft.ReportingServices.ReportRendering.Style

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  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 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
보호된 메서드 StyleBase Initializes a new instance of the StyleBase class.

맨 위로 이동

속성

  이름 설명
공용 속성 Count Gets the number of style properties in the collection.
보호된 속성 IsCustomControl 인프라입니다. Gets or sets a value that indicates whether control is a custom control.
공용 속성 Item[Int32] Returns a style at the specified index.
공용 속성 Item[String] Returns a style matching the specified name.
공용 속성 Keys Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.
공용 속성 NonSharedProperties Gets or sets the style properties that are different for each for each report item (due to expressions).
공용 속성 SharedProperties Gets or sets the properties shared by all report items derived from the same report item in the definition.

맨 위로 이동

메서드

  이름 설명
공용 메서드 ContainStyleProperty Indicates whether this collection contains a named style property.
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetEnumerator Gets an IEnumerator interface that allows you to iterate through the collection.
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 SetStyle Sets a specified style property within a style collection to the given value.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

필드

  이름 설명
보호된 필드정적 멤버 BackgroundColor Specifies the color of the background. If omitted, the background is transparent.
보호된 필드정적 멤버 BackgroundGradientEndColor Specifies the end color for the background gradient.
보호된 필드정적 멤버 BackgroundGradientType Specifies the type of background gradient.
보호된 필드정적 멤버 BackgroundImage Specifies the background image. If omitted, there is no background image.
보호된 필드정적 멤버 BackgroundImageMIMEType Specifies the MIME type of the background image.
보호된 필드정적 멤버 BackgroundImageSource Specifies the source of the background image.
보호된 필드정적 멤버 BackgroundImageValue Specifies the value of the background image.
보호된 필드정적 멤버 BackgroundRepeat Specifies how the background image should repeat to fill the available space
보호된 필드정적 멤버 BorderColor Specifies the color of the border if not set for any particular border.
보호된 필드정적 멤버 BorderColorBottom Specifies the color of the bottom border.
보호된 필드정적 멤버 BorderColorLeft Specifies the color of the left border.
보호된 필드정적 멤버 BorderColorRight Specifies the color of the right border.
보호된 필드정적 멤버 BorderColorTop Specifies the color of the top border.
보호된 필드정적 멤버 BorderStyle Specifies the style of the border if not set for any particular border.
보호된 필드정적 멤버 BorderStyleBottom Specifies the style of the bottom border.
보호된 필드정적 멤버 BorderStyleLeft Specifies the style of the left border.
보호된 필드정적 멤버 BorderStyleRight Specifies the style of the right border.
보호된 필드정적 멤버 BorderStyleTop Specifies the style of the top border.
보호된 필드정적 멤버 BorderWidth Specifies the width of the border, if not set for any particular border.
보호된 필드정적 멤버 BorderWidthBottom Specifies the width of the bottom border.
보호된 필드정적 멤버 BorderWidthLeft Specifies the width of the left border.
보호된 필드정적 멤버 BorderWidthRight Specifies the width of the right border.
보호된 필드정적 멤버 BorderWidthTop Specifies the width of the top border.
보호된 필드정적 멤버 Calendar Specifies the calendar to use for formatting dates.
보호된 필드정적 멤버 Color Specifies the foreground color.
보호된 필드정적 멤버 CurrencyLanguage
보호된 필드정적 멤버 Direction Specifies whether text is written left-to-right or right-to-left and whether matrixes grow to the right (headers on the left) or left (headers on the right).
보호된 필드정적 멤버 FontFamily Specifies the name of the font family.
보호된 필드정적 멤버 FontSize Specifies the font size.
보호된 필드정적 멤버 FontStyle Specifies the font style.
보호된 필드정적 멤버 FontWeight Specifies the font weight.
보호된 필드정적 멤버 Format Specifies the .NET Framework formatting string.
보호된 필드정적 멤버 Language Specifies the primary language of the text.
보호된 필드정적 멤버 LineHeight Specifies the height of a line of text.
보호된 필드 m_isCustomControlGenerated 인프라입니다. Specifies whether control is a custom control.
보호된 필드 m_nonSharedProperties 인프라입니다. Specifies the style properties that are different for each for each report item (due to expressions).
보호된 필드 m_sharedProperties 인프라입니다. Specifies the properties shared by all report items derived from the same report item in the definition.
보호된 필드정적 멤버 NumeralLanguage Specifies the digit format to use as described by its primary language.
보호된 필드정적 멤버 NumeralVariant Specifies the variant of the digit format to use.
보호된 필드정적 멤버 PaddingBottom Specifies the padding below an object.
보호된 필드정적 멤버 PaddingLeft Specifies the padding to the left of an object.
보호된 필드정적 멤버 PaddingRight Specifies the padding to the right of an object.
보호된 필드정적 멤버 PaddingTop Specifies the padding above an object.
보호된 필드정적 멤버 StyleAttributeCount Specifies the number of style attributes.
보호된 필드정적 멤버 TextAlign Specifies the horizontal alignment of text.
보호된 필드정적 멤버 TextDecoration Specifies the text formatting.
보호된 필드정적 멤버 UnicodeBiDi Specifies the level of embedding with respect to the bidirectional algorithm.
보호된 필드정적 멤버 VerticalAlign Specifies the vertical alignment of the text.
보호된 필드정적 멤버 WritingMode Specifies the writing mode for the text.

맨 위로 이동

스레드 보안

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

참고 항목

참조

Microsoft.ReportingServices.ReportRendering 네임스페이스