ChartHeaderSeparatorTypes 列舉
Specifies the type of separator to use for the legend header.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Enumeration ChartHeaderSeparatorTypes
'用途
Dim instance As ChartHeaderSeparatorTypes
public enum ChartHeaderSeparatorTypes
public enum class ChartHeaderSeparatorTypes
type ChartHeaderSeparatorTypes
public enum ChartHeaderSeparatorTypes
成員
成員名稱 | 說明 | |
---|---|---|
DashLine | Separate with a dash line. | |
DotLine | Separate with a dotted line. | |
DoubleLine | Separate with a double line. | |
GradientLine | Separate with a gradient line. | |
Line | Separate with a line. | |
None | No separator. | |
ThickGradientLine | Separate with a thick gradient line. | |
ThickLine | Separate with a thick line. |