Compartir a través de


Clase StyleBase

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public MustInherit Class StyleBase
'Uso
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

El tipo StyleBase expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of style properties in the collection.
Propiedad protegida IsCustomControl Infraestructura. Gets or sets a value that indicates whether control is a custom control.
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 Gets or sets the style properties that are different for each for each report item (due to expressions).
Propiedad pública SharedProperties Gets or sets the properties shared by all report items derived from the same report item in the definition.

Arriba

Métodos

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

Arriba

Campos

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

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.ReportRendering