Compartir a través de


Clase Style

Contains information about the style of an object in the report.

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 Class Style _
    Inherits StyleBase
'Uso
Dim instance As Style
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public class Style : StyleBase
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public ref class Style : public StyleBase
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
type Style =  
    class 
        inherit StyleBase 
    end
public class Style extends StyleBase

El tipo Style expone los siguientes miembros.

Propiedades

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

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 IsAvailableStyle Infraestructura. Gets a value that indicates whether the specified style is available.
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
Campo protegido m_nonSharedStyles Infraestructura. Specifies a list of style attributes that are not shared between instance objects. (Se hereda de StyleBase.)
Campo protegido m_sharedStyles Infraestructura. Specifies a list of the styles that are shared between instance objects. (Se hereda de StyleBase.)

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