Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the style of a Border.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration BorderStyles
'Usage
Dim instance As BorderStyles
public enum BorderStyles
public enum class BorderStyles
type BorderStyles
public enum BorderStyles
Members
| Member name | Description | |
|---|---|---|
| DashDot | A dash-dot pattern line. | |
| DashDotDot | A dash-dot-dot pattern line. | |
| Dashed | A dashed line. | |
| Default | The default style, which is the same as Solid if within a Line and None otherwise. | |
| Dotted | A dotted line. | |
| Double | A double solid line. | |
| None | No border is drawn. | |
| Solid | A solid line. |