Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the type of separator to use for the legend item.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration ChartLegendItemSeparatorTypes
'Usage
Dim instance As ChartLegendItemSeparatorTypes
public enum ChartLegendItemSeparatorTypes
public enum class ChartLegendItemSeparatorTypes
type ChartLegendItemSeparatorTypes
public enum ChartLegendItemSeparatorTypes
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |