共用方式為


ChartSeparators 列舉

Specifies the type of separator to use for the legend header.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Enumeration ChartSeparators
'用途
Dim instance As ChartSeparators
public enum ChartSeparators
public enum class ChartSeparators
type ChartSeparators
public enum ChartSeparators

成員

成員名稱 說明
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.

請參閱

參考

Microsoft.ReportingServices.OnDemandReportRendering 命名空間