다음을 통해 공유


BorderStyles 열거형

Specifies the style of a Border.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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.