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

成员

成员名称 说明
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.

请参阅

参考

Microsoft.ReportingServices.OnDemandReportRendering 命名空间