Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Specifies the thickness of font for text within a report item.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Enumeration FontWeights
'Utilisation
Dim instance As FontWeights
public enum FontWeights
public enum class FontWeights
type FontWeights
public enum FontWeights
Membres
| Nom de membre | Description | |
|---|---|---|
| Bold | Specifies a font thickness which matches Cascading Style Sheets (CSS) font weight 700. | |
| Default | Specifies the default font thickness, which is the same as “Normal”. | |
| ExtraBold | Specifies a font thickness which matches CSS font weight 800. | |
| ExtraLight | Specifies a font thickness which matches CSS font weight 200. | |
| Heavy | Specifies a font thickness which matches CSS font weight 900. | |
| Light | Specifies a font thickness which matches CSS font weight 300. | |
| Medium | Specifies a font thickness which matches CSS font weight 500. | |
| Normal | Specifies a font thickness which matches CSS font weight 400. | |
| SemiBold | Specifies a font thickness which matches CSS font weight 600. | |
| Thin | Specifies a font thickness which matches CSS font weight 100. |
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering