Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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. |