Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Specifies the type of separator to use for the legend header.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration ChartHeaderSeparatorTypes
'Usage
Dim instance As ChartHeaderSeparatorTypes
public enum ChartHeaderSeparatorTypes
public enum class ChartHeaderSeparatorTypes
type ChartHeaderSeparatorTypes
public enum ChartHeaderSeparatorTypes
Members
| Member name | Description | |
|---|---|---|
| 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. |