Compartilhar via


Classe StyleBase

Represents the base class for the Style class.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.StyleBase
    Microsoft.ReportingServices.OnDemandReportRendering.Style

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
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.

Propriedades

  Nome Descrição
Propriedade pública BackgroundColor Gets an expression that evaluates to the color of the background.
Propriedade pública BackgroundGradientEndColor Gets an expression that evaluates to the end color for the background gradient.
Propriedade pública BackgroundGradientType Gets an expression that evaluates to the type of background gradient.
Propriedade pública BackgroundHatchType Gets an expression that evaluates to the hatch type.
Propriedade pública BackgroundImage Gets a background image for the object.
Propriedade pública Border Gets the default border properties.
Propriedade pública BottomBorder Gets the properties of the bottom border.
Propriedade pública Calendar Gets an expression that evaluates to the calendar to use for formatting dates.
Propriedade pública Color Gets an expression that evaluates to the foreground color.
Propriedade pública CurrencyLanguage
Propriedade pública Direction Gets an expression that evaluates to a value that indicates whether text is written left-to-right or right-to-left.
Propriedade pública FontFamily Gets an expression that evaluates to the name of the font family.
Propriedade pública FontSize Gets an expression that evaluates to the size of the font.
Propriedade pública FontStyle Gets an expression that evaluates to the font style.
Propriedade pública FontWeight Gets an expression that evaluates to the thickness of the font.
Propriedade pública Format Gets an expression that evaluates to a Microsoft .NET Framework formatting string. For more information, see https://msdn2.microsoft.com/en-us/library/fbxft59x.aspx.
Propriedade pública Item Gets a style attribute.
Propriedade pública Language Gets an expression that evaluates to the primary language of the text.
Propriedade pública LeftBorder Gets an expression that evaluates to the properties of the left border.
Propriedade pública LineHeight Gets an expression that evaluates to the height of a line of text.
Propriedade pública NonSharedStyleAttributes Gets a list of style attributes that are not shared between instance objects.
Propriedade pública NumeralLanguage Gets an expression that evaluates to the digit format to use as described by its primary language.
Propriedade pública NumeralVariant Gets an expression that evaluates to the variant of the digit format to use.
Propriedade pública PaddingBottom Gets an expression that evaluates to the padding between the bottom edge of the report item and its contents.
Propriedade pública PaddingLeft Gets an expression that evaluates to the padding between the left edge of the report item and its contents.
Propriedade pública PaddingRight Gets an expression that evaluates to the padding between the right edge of the report item and its contents.
Propriedade pública PaddingTop Gets an expression that evaluates to the padding between the top edge of the report item and its contents.
Propriedade pública RightBorder Gets the properties of the right border.
Propriedade pública ShadowColor Gets an expression that evaluates to the color of the shadow for the item.
Propriedade pública ShadowOffset Gets an expression that evaluates to the size of the shadow for the item.
Propriedade pública SharedStyleAttributes Gets a list of the styles that are shared between instance objects.
Propriedade pública TextAlign Gets an expression that evaluates to the horizontal alignment of the text.
Propriedade pública TextDecoration Gets an expression that evaluates to the special text formatting.
Propriedade pública TextEffect Gets an expression that evaluates to the effect to apply to the text.
Propriedade pública TopBorder Gets the properties of the top border.
Propriedade pública UnicodeBiDi Gets an expression that evaluates to the level of embedding with respect to the bi-directional algorithm.
Propriedade pública VerticalAlign Gets an expression that evaluates to the vertical alignment of the text.
Propriedade pública WritingMode Gets an expression that evaluates to a value that indicates whether text is written horizontally or vertically.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
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 ToString (Herdado de Object.)

Início

Campos

  Nome Descrição
Campo protegidoMembro estático cBackgroundColor Infraestrutura. A string constant that specifies the name of the style attribute for background color.
Campo protegidoMembro estático cBackgroundGradientEndColor Infraestrutura. A string constant that specifies the name of the style attribute for background gradient end color.
Campo protegidoMembro estático cBackgroundGradientType Infraestrutura. A string constant that specifies the name of the style attribute for background gradient type.
Campo protegidoMembro estático cBackgroundHatchType Infraestrutura. A string constant that specifies the name of the style attribute for background hatch type.
Campo protegidoMembro estático cBackgroundImage Infraestrutura. A string constant that specifies the name of the style attribute for background image.
Campo protegidoMembro estático cBackgroundImageMIMEType Infraestrutura. A string constant that specifies the name of the style attribute for background image MIME type.
Campo protegidoMembro estático cBackgroundImageSource Infraestrutura. A string constant that specifies the name of the style attribute for background image source.
Campo protegidoMembro estático cBackgroundImageValue Infraestrutura. A string constant that specifies the name of the style attribute for background image value.
Campo protegidoMembro estático cBackgroundRepeat Infraestrutura. A string constant that specifies the name of the style attribute for background repeat.
Campo protegidoMembro estático cBorderColor Infraestrutura. A string constant that specifies the name of the style attribute for border color.
Campo protegidoMembro estático cBorderColorBottom Infraestrutura. A string constant that specifies the name of the style attribute for bottom border color.
Campo protegidoMembro estático cBorderColorLeft Infraestrutura. A string constant that specifies the name of the style attribute for left border color.
Campo protegidoMembro estático cBorderColorRight Infraestrutura. A string constant that specifies the name of the style attribute for right border color.
Campo protegidoMembro estático cBorderColorTop Infraestrutura. A string constant that specifies the name of the style attribute for top border color.
Campo protegidoMembro estático cBorderStyle Infraestrutura. A string constant that specifies the name of the style attribute for border style.
Campo protegidoMembro estático cBorderStyleBottom Infraestrutura. A string constant that specifies the name of the style attribute for bottom border style.
Campo protegidoMembro estático cBorderStyleLeft Infraestrutura. A string constant that specifies the name of the style attribute for left border style.
Campo protegidoMembro estático cBorderStyleRight Infraestrutura. A string constant that specifies the name of the style attribute for right border style.
Campo protegidoMembro estático cBorderStyleTop Infraestrutura. A string constant that specifies the name of the style attribute for top border style.
Campo protegidoMembro estático cBorderWidth Infraestrutura. A string constant that specifies the name of the style attribute for border width.
Campo protegidoMembro estático cBorderWidthBottom Infraestrutura. A string constant that specifies the name of the style attribute for bottom border width.
Campo protegidoMembro estático cBorderWidthLeft Infraestrutura. A string constant that specifies the name of the style attribute for left border width.
Campo protegidoMembro estático cBorderWidthRight Infraestrutura. A string constant that specifies the name of the style attribute for right border width.
Campo protegidoMembro estático cBorderWidthTop Infraestrutura. A string constant that specifies the name of the style attribute for top border width.
Campo protegidoMembro estático cCalendar Infraestrutura. A string constant that specifies the name of the style attribute for calendar.
Campo protegidoMembro estático cColor Infraestrutura. A string constant that specifies the name of the style attribute for color.
Campo protegidoMembro estático cCurrencyLanguage
Campo protegidoMembro estático cDirection Infraestrutura. A string constant that specifies the name of the style attribute for direction.
Campo protegidoMembro estático cFontFamily Infraestrutura. A string constant that specifies the name of the style attribute for font family.
Campo protegidoMembro estático cFontSize Infraestrutura. A string constant that specifies the name of the style attribute for font size.
Campo protegidoMembro estático cFontStyle Infraestrutura. A string constant that specifies the name of the style attribute for font style.
Campo protegidoMembro estático cFontWeight Infraestrutura. A string constant that specifies the name of the style attribute for font weight.
Campo protegidoMembro estático cFormat Infraestrutura. A string constant that specifies the name of the style attribute for format.
Campo protegidoMembro estático cLanguage Infraestrutura. A string constant that specifies the name of the style attribute for language.
Campo protegidoMembro estático cLineHeight Infraestrutura. A string constant that specifies the name of the style attribute for line height.
Campo protegidoMembro estático cNumeralLanguage Infraestrutura. A string constant that specifies the name of the style attribute for numeral language.
Campo protegidoMembro estático cNumeralVariant Infraestrutura. A string constant that specifies the name of the style attribute for numeral variant.
Campo protegidoMembro estático cPaddingBottom Infraestrutura. A string constant that specifies the name of the style attribute for bottom padding.
Campo protegidoMembro estático cPaddingLeft Infraestrutura. A string constant that specifies the name of the style attribute for left padding.
Campo protegidoMembro estático cPaddingRight Infraestrutura. A string constant that specifies the name of the style attribute for right padding.
Campo protegidoMembro estático cPaddingTop Infraestrutura. A string constant that specifies the name of the style attribute for top padding.
Campo protegidoMembro estático cPosition Infraestrutura. A string constant that specifies the name of the style attribute for position.
Campo protegidoMembro estático cShadowColor Infraestrutura. A string constant that specifies the name of the style attribute for shadow color.
Campo protegidoMembro estático cShadowOffset Infraestrutura. A string constant that specifies the name of the style attribute for shadow offset.
Campo protegidoMembro estático cTextAlign Infraestrutura. A string constant that specifies the name of the style attribute for text alignment.
Campo protegidoMembro estático cTextDecoration Infraestrutura. A string constant that specifies the name of the style attribute for text decoration.
Campo protegidoMembro estático cTextEffect Infraestrutura. A string constant that specifies the name of the style attribute for text effect.
Campo protegidoMembro estático cTransparentColor Infraestrutura. A string constant that specifies the name of the style attribute for transparent color.
Campo protegidoMembro estático cUnicodeBiDi Infraestrutura. A string constant that specifies the name of the style attribute for Unicode bi-directional algorithm.
Campo protegidoMembro estático cVerticalAlign Infraestrutura. A string constant that specifies the name of the style attribute for text vertical alignment.
Campo protegidoMembro estático cWritingMode Infraestrutura. A string constant that specifies the name of the style attribute for text writing mode.
Campo protegido m_nonSharedStyles Infraestrutura. Specifies a list of style attributes that are not shared between instance objects.
Campo protegido m_sharedStyles Infraestrutura. Specifies a list of the styles that are shared between instance objects.
Campo públicoMembro estático StyleAttributeCount Specifies the number of style attributes in the StyleBase type.

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.OnDemandReportRendering