共用方式為


ChartIncludeZeroTypes 列舉

Specifies whether to include zero on the axis scale.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

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

成員

成員名稱 說明
Auto Indicates that the report processor should automatically determine the setting.
False Indicates that the axis scale should not include the zero value.
True Indicates that the axis scale should include the zero value.

請參閱

參考

Microsoft.ReportingServices.RdlObjectModel 命名空間