Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether major or minor grid lines are enabled.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration ChartGridLinesEnabledTypes
'Usage
Dim instance As ChartGridLinesEnabledTypes
public enum ChartGridLinesEnabledTypes
public enum class ChartGridLinesEnabledTypes
type ChartGridLinesEnabledTypes
public enum ChartGridLinesEnabledTypes
Members
Member name | Description | |
---|---|---|
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. |