Compartir a través de


StyleBase Miembros

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

El tipo StyleBase expone los siguientes miembros.

Constructores

  Nombre Descripción
Método protegido StyleBase Initializes a new instance of the StyleBase class.

Principio

Métodos

  Nombre Descripción
Método publico ContainStyleProperty Indicates whether this collection contains a named style property.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetEnumerator Gets an IEnumerator interface that allows you to iterate through the collection.
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico SetStyle Sets a specified style property within a style collection to the given value.
Método publico ToString (Se hereda de Object).

Principio

Campos

  Nombre Descripción
Campo protegidoMiembro estático BackgroundColor Gets the color of the background. If omitted, the background is transparent.
Campo protegidoMiembro estático BackgroundGradientEndColor Gets the end color for the background gradient.
Campo protegidoMiembro estático BackgroundGradientType Returns the type of background gradient.
Campo protegidoMiembro estático BackgroundImage Gets the background image. If omitted, there is no background image.
Campo protegidoMiembro estático BackgroundImageMIMEType Returns the MIME type of the background image.
Campo protegidoMiembro estático BackgroundImageSource Returns the source of the background image.
Campo protegidoMiembro estático BackgroundImageValue Returns the value of the background image.
Campo protegidoMiembro estático BackgroundRepeat Indicates how the background image should repeat to fill the available space
Campo protegidoMiembro estático BorderColor Returns the color of the border if not set for any particular border.
Campo protegidoMiembro estático BorderColorBottom Returns the color of the bottom border.
Campo protegidoMiembro estático BorderColorLeft Returns the color of the left border.
Campo protegidoMiembro estático BorderColorRight Returns the color of the right border.
Campo protegidoMiembro estático BorderColorTop Returns the color of the top border.
Campo protegidoMiembro estático BorderStyle Returns the style of the border if not set for any particular border.
Campo protegidoMiembro estático BorderStyleBottom Returns the style of the bottom border.
Campo protegidoMiembro estático BorderStyleLeft Returns the style of the left border.
Campo protegidoMiembro estático BorderStyleRight Returns the style of the right border.
Campo protegidoMiembro estático BorderStyleTop Returns the style of the top border.
Campo protegidoMiembro estático BorderWidth Returns the width of the border, if not set for any particular border.
Campo protegidoMiembro estático BorderWidthBottom Returns the width of the bottom border.
Campo protegidoMiembro estático BorderWidthLeft Returns the width of the left border.
Campo protegidoMiembro estático BorderWidthRight Returns the width of the right border.
Campo protegidoMiembro estático BorderWidthTop Returns the width of the top border.
Campo protegidoMiembro estático Calendar Indicates the calendar to use for formatting dates.
Campo protegidoMiembro estático Color Returns the foreground color.
Campo protegidoMiembro estático 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).
Campo protegidoMiembro estático FontFamily Returns the name of the font family.
Campo protegidoMiembro estático FontSize Returns the font size.
Campo protegidoMiembro estático FontStyle Returns the font style.
Campo protegidoMiembro estático FontWeight Returns the font weight.
Campo protegidoMiembro estático Format Returns the .NET Framework formatting string.
Campo protegidoMiembro estático Language Returns the primary language of the text.
Campo protegidoMiembro estático LineHeight Returns the height of a line of text.
Campo protegido m_isCustomControlGenerated Infraestructura.
Campo protegido m_nonSharedProperties Infraestructura.
Campo protegido m_sharedProperties Infraestructura.
Campo protegidoMiembro estático NumeralLanguage Returns the digit format to use as described by its primary language.
Campo protegidoMiembro estático NumeralVariant Returns the variant of the digit format to use.
Campo protegidoMiembro estático PaddingBottom Returns the padding below an object.
Campo protegidoMiembro estático PaddingLeft Returns the padding to the left of an object.
Campo protegidoMiembro estático PaddingRight Returns the padding to the right of an object.
Campo protegidoMiembro estático PaddingTop Returns the padding above an object.
Campo protegidoMiembro estático StyleAttributeCount Returns the number of style attributes.
Campo protegidoMiembro estático TextAlign Returns the horizontal alignment of text.
Campo protegidoMiembro estático TextDecoration Returns the text formatting.
Campo protegidoMiembro estático UnicodeBiDi Indicates the level of embedding with respect to the bidirectional algorithm.
Campo protegidoMiembro estático VerticalAlign Returns the vertical alignment of the text.
Campo protegidoMiembro estático WritingMode Returns the writing mode for the text.

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of style properties in the collection.
Propiedad protegida IsCustomControl Infraestructura.
Propiedad pública Item[ ( [ ( Int32] ) ] ) Returns a style at the specified index.
Propiedad pública Item[ ( [ ( String] ) ] ) Returns a style matching the specified name.
Propiedad pública Keys Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.
Propiedad pública NonSharedProperties Returns style properties that are different for each for each report item (due to expressions).
Propiedad pública SharedProperties Gets or sets properties shared by all report items derived from the same report item in the definition.

Principio