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

Consulte também

Referência

Namespace Microsoft.ReportingServices.ReportRendering