ChartVisibleTypes 枚举

Specifies whether a chart element is visible.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Enumeration ChartVisibleTypes
用法
Dim instance As ChartVisibleTypes
public enum ChartVisibleTypes
public enum class ChartVisibleTypes
type ChartVisibleTypes
public enum ChartVisibleTypes

成员

成员名称 说明
Auto Indicates that the report processor should automatically determine the setting.
False Indicates that the chart element is not visible.
True Indicates that the chart element is visible.

请参阅

参考

Microsoft.ReportingServices.RdlObjectModel 命名空间