Énumération BorderStyles
Specifies the style of a Border.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Enumeration BorderStyles
'Utilisation
Dim instance As BorderStyles
public enum BorderStyles
public enum class BorderStyles
type BorderStyles
public enum BorderStyles
Membres
Nom de membre | Description | |
---|---|---|
Default | The default style, which is the same as Solid if within a Line and None otherwise. | |
None | No border is drawn. | |
Dotted | A dotted line. | |
Dashed | A dashed line. | |
Solid | A solid line. | |
Double | A double solid line. | |
DashDot | A dash-dot pattern line. | |
DashDotDot | A dash-dot-dot pattern line. |