Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents the types of separator to use for a map legend title.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration MapLegendTitleSeparators
'Usage
Dim instance As MapLegendTitleSeparators
public enum MapLegendTitleSeparators
public enum class MapLegendTitleSeparators
type MapLegendTitleSeparators
public enum MapLegendTitleSeparators
Members
| Member name | Description | |
|---|---|---|
| DashLine | A dashed line separator is applied. | |
| DotLine | A dotted line separator is applied. | |
| DoubleLine | A double line separator is applied. | |
| GradientLine | A gradient line separator is applied. | |
| Line | A line separator is applied. | |
| None | No separator is applied. | |
| ThickGradientLine | A thick gradient line separator is applied. | |
| ThickLine | A thick line separator is applied. |