Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the style of a Border.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration BorderStyles
'Usage
Dim instance As BorderStyles
public enum BorderStyles
public enum class BorderStyles
type BorderStyles
public enum BorderStyles
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace