Partilhar via


Classe StyleBase

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

Hierarquia de herança

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

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
<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

O tipo StyleBase expõe os membros a seguir.

Construtores

  Nome Descrição
Método protegido StyleBase Initializes a new instance of the StyleBase class.

Início

Propriedades

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

Início

Métodos

  Nome Descrição
Método público ContainStyleProperty Indicates whether this collection contains a named style property.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetEnumerator Gets an IEnumerator interface that allows you to iterate through the collection.
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado 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 (Herdado de Object.)

Início

Campos

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

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.