다음을 통해 공유


StyleBase 멤버

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

StyleBase 형식은 다음 멤버를 노출합니다.

생성자

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

맨 위로 이동

메서드

  이름 설명
공용 메서드 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 Gets the color of the background. If omitted, the background is transparent.
보호된 필드정적 멤버 BackgroundGradientEndColor Gets the end color for the background gradient.
보호된 필드정적 멤버 BackgroundGradientType Returns the type of background gradient.
보호된 필드정적 멤버 BackgroundImage Gets the background image. If omitted, there is no background image.
보호된 필드정적 멤버 BackgroundImageMIMEType Returns the MIME type of the background image.
보호된 필드정적 멤버 BackgroundImageSource Returns the source of the background image.
보호된 필드정적 멤버 BackgroundImageValue Returns the value of the background image.
보호된 필드정적 멤버 BackgroundRepeat Indicates how the background image should repeat to fill the available space
보호된 필드정적 멤버 BorderColor Returns the color of the border if not set for any particular border.
보호된 필드정적 멤버 BorderColorBottom Returns the color of the bottom border.
보호된 필드정적 멤버 BorderColorLeft Returns the color of the left border.
보호된 필드정적 멤버 BorderColorRight Returns the color of the right border.
보호된 필드정적 멤버 BorderColorTop Returns the color of the top border.
보호된 필드정적 멤버 BorderStyle Returns the style of the border if not set for any particular border.
보호된 필드정적 멤버 BorderStyleBottom Returns the style of the bottom border.
보호된 필드정적 멤버 BorderStyleLeft Returns the style of the left border.
보호된 필드정적 멤버 BorderStyleRight Returns the style of the right border.
보호된 필드정적 멤버 BorderStyleTop Returns the style of the top border.
보호된 필드정적 멤버 BorderWidth Returns the width of the border, if not set for any particular border.
보호된 필드정적 멤버 BorderWidthBottom Returns the width of the bottom border.
보호된 필드정적 멤버 BorderWidthLeft Returns the width of the left border.
보호된 필드정적 멤버 BorderWidthRight Returns the width of the right border.
보호된 필드정적 멤버 BorderWidthTop Returns the width of the top border.
보호된 필드정적 멤버 Calendar Indicates the calendar to use for formatting dates.
보호된 필드정적 멤버 Color Returns the foreground color.
보호된 필드정적 멤버 Direction Indicates 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 Returns the name of the font family.
보호된 필드정적 멤버 FontSize Returns the font size.
보호된 필드정적 멤버 FontStyle Returns the font style.
보호된 필드정적 멤버 FontWeight Returns the font weight.
보호된 필드정적 멤버 Format Returns the .NET Framework formatting string.
보호된 필드정적 멤버 Language Returns the primary language of the text.
보호된 필드정적 멤버 LineHeight Returns the height of a line of text.
보호된 필드 m_isCustomControlGenerated 인프라
보호된 필드 m_nonSharedProperties 인프라
보호된 필드 m_sharedProperties 인프라
보호된 필드정적 멤버 NumeralLanguage Returns the digit format to use as described by its primary language.
보호된 필드정적 멤버 NumeralVariant Returns the variant of the digit format to use.
보호된 필드정적 멤버 PaddingBottom Returns the padding below an object.
보호된 필드정적 멤버 PaddingLeft Returns the padding to the left of an object.
보호된 필드정적 멤버 PaddingRight Returns the padding to the right of an object.
보호된 필드정적 멤버 PaddingTop Returns the padding above an object.
보호된 필드정적 멤버 StyleAttributeCount Returns the number of style attributes.
보호된 필드정적 멤버 TextAlign Returns the horizontal alignment of text.
보호된 필드정적 멤버 TextDecoration Returns the text formatting.
보호된 필드정적 멤버 UnicodeBiDi Indicates the level of embedding with respect to the bidirectional algorithm.
보호된 필드정적 멤버 VerticalAlign Returns the vertical alignment of the text.
보호된 필드정적 멤버 WritingMode Returns the writing mode for the text.

맨 위로 이동

속성

  이름 설명
공용 속성 Count Gets the number of style properties in the collection.
보호된 속성 IsCustomControl 인프라
공용 속성 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 Returns style properties that are different for each for each report item (due to expressions).
공용 속성 SharedProperties Gets or sets properties shared by all report items derived from the same report item in the definition.

맨 위로 이동