MapLegendTitleSeparators 열거형
Represents the types of separator to use for a map legend title.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Enumeration MapLegendTitleSeparators
‘사용 방법
Dim instance As MapLegendTitleSeparators
public enum MapLegendTitleSeparators
public enum class MapLegendTitleSeparators
type MapLegendTitleSeparators
public enum MapLegendTitleSeparators
멤버
멤버 이름 | 설명 | |
---|---|---|
None | No separator is applied. | |
Line | A line separator is applied. | |
ThickLine | A thick line separator is applied. | |
DoubleLine | A double line separator is applied. | |
DashLine | A dashed line separator is applied. | |
DotLine | A dotted line separator is applied. | |
GradientLine | A gradient line separator is applied. | |
ThickGradientLine | A thick gradient line separator is applied. |