Compartilhar via


Classe Style

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

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

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

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

Início

Campos

  Nome Descrição
Campo protegido m_nonSharedStyles Infraestrutura. Specifies a list of style attributes that are not shared between instance objects. (Herdado de StyleBase.)
Campo protegido m_sharedStyles Infraestrutura. Specifies a list of the styles that are shared between instance objects. (Herdado de StyleBase.)

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