Compartir a través de


Clase StyleBase

Represents the base class for the Style class.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
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.

Propiedades

  Nombre Descripción
Propiedad pública BackgroundColor Gets an expression that evaluates to the color of the background.
Propiedad pública BackgroundGradientEndColor Gets an expression that evaluates to the end color for the background gradient.
Propiedad pública BackgroundGradientType Gets an expression that evaluates to the type of background gradient.
Propiedad pública BackgroundHatchType Gets an expression that evaluates to the hatch type.
Propiedad pública BackgroundImage Gets a background image for the object.
Propiedad pública Border Gets the default border properties.
Propiedad pública BottomBorder Gets the properties of the bottom border.
Propiedad pública Calendar Gets an expression that evaluates to the calendar to use for formatting dates.
Propiedad pública Color Gets an expression that evaluates to the foreground color.
Propiedad pública Direction Gets an expression that evaluates to a value that indicates whether text is written left-to-right or right-to-left.
Propiedad pública FontFamily Gets an expression that evaluates to the name of the font family.
Propiedad pública FontSize Gets an expression that evaluates to the size of the font.
Propiedad pública FontStyle Gets an expression that evaluates to the font style.
Propiedad pública FontWeight Gets an expression that evaluates to the thickness of the font.
Propiedad 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.
Propiedad pública Item Gets a style attribute.
Propiedad pública Language Gets an expression that evaluates to the primary language of the text.
Propiedad pública LeftBorder Gets an expression that evaluates to the properties of the left border.
Propiedad pública LineHeight Gets an expression that evaluates to the height of a line of text.
Propiedad pública NonSharedStyleAttributes Gets a list of style attributes that are not shared between instance objects.
Propiedad pública NumeralLanguage Gets an expression that evaluates to the digit format to use as described by its primary language.
Propiedad pública NumeralVariant Gets an expression that evaluates to the variant of the digit format to use.
Propiedad pública PaddingBottom Gets an expression that evaluates to the padding between the bottom edge of the report item and its contents.
Propiedad pública PaddingLeft Gets an expression that evaluates to the padding between the left edge of the report item and its contents.
Propiedad pública PaddingRight Gets an expression that evaluates to the padding between the right edge of the report item and its contents.
Propiedad pública PaddingTop Gets an expression that evaluates to the padding between the top edge of the report item and its contents.
Propiedad pública RightBorder Gets the properties of the right border.
Propiedad pública ShadowColor Gets an expression that evaluates to the color of the shadow for the item.
Propiedad pública ShadowOffset Gets an expression that evaluates to the size of the shadow for the item.
Propiedad pública SharedStyleAttributes Gets a list of the styles that are shared between instance objects.
Propiedad pública TextAlign Gets an expression that evaluates to the horizontal alignment of the text.
Propiedad pública TextDecoration Gets an expression that evaluates to the special text formatting.
Propiedad pública TextEffect Gets an expression that evaluates to the effect to apply to the text.
Propiedad pública TopBorder Gets the properties of the top border.
Propiedad pública UnicodeBiDi Gets an expression that evaluates to the level of embedding with respect to the bi-directional algorithm.
Propiedad pública VerticalAlign Gets an expression that evaluates to the vertical alignment of the text.
Propiedad pública WritingMode Gets an expression that evaluates to a value that indicates whether text is written horizontally or vertically.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
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 ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
Campo protegidoMiembro estático cBackgroundColor Infraestructura.
Campo protegidoMiembro estático cBackgroundGradientEndColor Infraestructura.
Campo protegidoMiembro estático cBackgroundGradientType Infraestructura.
Campo protegidoMiembro estático cBackgroundHatchType Infraestructura.
Campo protegidoMiembro estático cBackgroundImage Infraestructura.
Campo protegidoMiembro estático cBackgroundImageMIMEType Infraestructura.
Campo protegidoMiembro estático cBackgroundImageSource Infraestructura.
Campo protegidoMiembro estático cBackgroundImageValue Infraestructura.
Campo protegidoMiembro estático cBackgroundRepeat Infraestructura.
Campo protegidoMiembro estático cBorderColor Infraestructura.
Campo protegidoMiembro estático cBorderColorBottom Infraestructura.
Campo protegidoMiembro estático cBorderColorLeft Infraestructura.
Campo protegidoMiembro estático cBorderColorRight Infraestructura.
Campo protegidoMiembro estático cBorderColorTop Infraestructura.
Campo protegidoMiembro estático cBorderStyle Infraestructura.
Campo protegidoMiembro estático cBorderStyleBottom Infraestructura.
Campo protegidoMiembro estático cBorderStyleLeft Infraestructura.
Campo protegidoMiembro estático cBorderStyleRight Infraestructura.
Campo protegidoMiembro estático cBorderStyleTop Infraestructura.
Campo protegidoMiembro estático cBorderWidth Infraestructura.
Campo protegidoMiembro estático cBorderWidthBottom Infraestructura.
Campo protegidoMiembro estático cBorderWidthLeft Infraestructura.
Campo protegidoMiembro estático cBorderWidthRight Infraestructura.
Campo protegidoMiembro estático cBorderWidthTop Infraestructura.
Campo protegidoMiembro estático cCalendar Infraestructura.
Campo protegidoMiembro estático cColor Infraestructura.
Campo protegidoMiembro estático cDirection Infraestructura.
Campo protegidoMiembro estático cFontFamily Infraestructura.
Campo protegidoMiembro estático cFontSize Infraestructura.
Campo protegidoMiembro estático cFontStyle Infraestructura.
Campo protegidoMiembro estático cFontWeight Infraestructura.
Campo protegidoMiembro estático cFormat Infraestructura.
Campo protegidoMiembro estático cLanguage Infraestructura.
Campo protegidoMiembro estático cLineHeight Infraestructura.
Campo protegidoMiembro estático cNumeralLanguage Infraestructura.
Campo protegidoMiembro estático cNumeralVariant Infraestructura.
Campo protegidoMiembro estático cPaddingBottom Infraestructura.
Campo protegidoMiembro estático cPaddingLeft Infraestructura.
Campo protegidoMiembro estático cPaddingRight Infraestructura.
Campo protegidoMiembro estático cPaddingTop Infraestructura.
Campo protegidoMiembro estático cPosition Infraestructura.
Campo protegidoMiembro estático cShadowColor Infraestructura.
Campo protegidoMiembro estático cShadowOffset Infraestructura.
Campo protegidoMiembro estático cTextAlign Infraestructura.
Campo protegidoMiembro estático cTextDecoration Infraestructura.
Campo protegidoMiembro estático cTextEffect Infraestructura.
Campo protegidoMiembro estático cTransparentColor Infraestructura.
Campo protegidoMiembro estático cUnicodeBiDi Infraestructura.
Campo protegidoMiembro estático cVerticalAlign Infraestructura.
Campo protegidoMiembro estático cWritingMode Infraestructura.
Campo protegido m_nonSharedStyles Infraestructura.
Campo protegido m_sharedStyles Infraestructura.
Campo públicoMiembro estático StyleAttributeCount Gets the number of style attributes in the StyleBase type.

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.