BorderStyles 列挙体
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 | 既定のスタイル。これは、Line 内では Solid と同様で、他の場所では None になります。 | |
None | 罫線を引きません。 | |
Dotted | 点線。 | |
Dashed | 破線。 | |
Solid | 実線。 | |
Double | 二重実線。 | |
DashDot | 一点鎖線。 | |
DashDotDot | 二点鎖線。 |