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

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering