BorderStyles 列舉型別
Specifies the style of a Border.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public Enumeration BorderStyles
'用途
Dim instance As BorderStyles
public enum BorderStyles
public enum class BorderStyles
type BorderStyles
public enum BorderStyles
成員
成員名稱 | 描述 | |
---|---|---|
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. |