Partager via


Classe Style

Contains information about the style of a report item.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Class Style _
    Inherits ReportObject
'Utilisation
Dim instance As Style
public class Style : ReportObject
public ref class Style : public ReportObject
type Style =  
    class
        inherit ReportObject
    end
public class Style extends ReportObject

Le type Style expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Style Creates a new instance of the Style class.

Haut de la page

Propriétés

  Nom Description
Propriété publique BackgroundColor Color of the background.
Propriété publique BackgroundGradientEndColor End color for the background gradient.
Propriété publique BackgroundGradientType The type of background gradient.
Propriété publique BackgroundHatchType Hatch type.
Propriété publique BackgroundImage A background image for the object.
Propriété publique Border Default border properties.
Propriété publique BottomBorder Properties of the bottom border.
Propriété publique Calendar Indicates the calendar to use for formatting dates.
Propriété publique Color The foreground color.
Propriété publique ComponentMetadata The component metadata. (hérité de ReportObject.)
Propriété publique Direction Indicates whether text is written left-to-right or right-to-left.
Propriété publique FontFamily Name of the font family.
Propriété publique FontSize Point size of the font.
Propriété publique FontStyle Font style.
Propriété publique FontWeight Thickness of the font.
Propriété publique Format .NET Framework formatting string. See https://msdn2.microsoft.com/en-us/library/fbxft59x.aspx.
Propriété publique FormatSymbolCulture The culture of the format symbols.
Propriété publique Language The primary language of the text. Default is Report language.
Propriété publique LeftBorder Properties of the left border.
Propriété publique LineHeight Height of a line of text.
Propriété publique NumeralLanguage The digit format to use as described by its primary language. Any language is valid. Default is the Language property.
Propriété publique NumeralVariant The variant of the digit format to use.
Propriété publique PaddingBottom Padding between the bottom edge of the report item and its contents.
Propriété publique PaddingLeft Padding between the left edge of the report item and its contents.
Propriété publique PaddingRight Padding between the right edge of the report item and its contents.
Propriété publique PaddingTop Padding between the top edge of the report item and its contents.
Propriété publique Parent The parent of this report object. (hérité de ReportObjectBase.)
Propriété publique RightBorder Properties of the right border.
Propriété publique ShadowColor Color of the shadow for the item.
Propriété publique ShadowOffset Size of the shadow for the item.
Propriété publique Site Infrastructure. (hérité de ReportObject.)
Propriété publique TextAlign Horizontal alignment of the text.
Propriété publique TextDecoration Special text formatting.
Propriété publique TextEffect Effect to apply to the text.
Propriété publique TopBorder Properties of the top border.
Propriété publique UnicodeBiDi Indicates the level of embedding with respect to the bi-directional algorithm.
Propriété publique VerticalAlign Vertical alignment of the text.
Propriété publique WritingMode Indicates whether text is written horizontally or vertically.

Haut de la page

Méthodes

  Nom Description
Méthode publique DeepClone Returns a deep clone of this ReportObject instance. (hérité de ReportObject.)
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetContainingDataScopes Infrastructure. (hérité de ReportObject.)
Méthode protégée GetDataScopesForDefaultImpl Infrastructure. (hérité de ReportObject.)
Méthode protégée GetDependenciesCore Infrastructure. (hérité de ReportObject.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique Initialize Initializes an instance of the Style class. (remplace ReportObject. . :: . .Initialize() () () ().)
Méthode protégée InitializeForDesigner Infrastructure. (remplace ReportObject. . :: . .InitializeForDesigner() () () ().)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée OnChildPropertyChanged Infrastructure. (hérité de ReportObject.)
Méthode protégée OnPropertyChanged Infrastructure. (hérité de ReportObject.)
Méthode protégée RdlSemanticEqualsCore Infrastructure. (hérité de ReportObject.)
Méthode protégée SavePropertyValue< (Of < <' (T> ) > > ) Infrastructure. (hérité de ReportObject.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IDisposable. . :: . .Dispose (hérité de ReportObject.)
Implémentation d'interface expliciteÉvénement privé IComponent. . :: . .Disposed (hérité de ReportObject.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.