ChartGridLinesEnabledTypes 列舉
Specifies whether major or minor grid lines are enabled.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Enumeration ChartGridLinesEnabledTypes
'用途
Dim instance As ChartGridLinesEnabledTypes
public enum ChartGridLinesEnabledTypes
public enum class ChartGridLinesEnabledTypes
type ChartGridLinesEnabledTypes
public enum ChartGridLinesEnabledTypes
成員
成員名稱 | 說明 | |
---|---|---|
Auto | Indicates that the report processor should automatically determine the setting. | |
False | Indicates that major or minor grid lines are not enabled. | |
True | Indicates that major or minor grid lines are enabled. |