Enumeração ChartGridLinesEnabledTypes
Specifies whether major or minor grid lines are enabled.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Enumeration ChartGridLinesEnabledTypes
'Uso
Dim instance As ChartGridLinesEnabledTypes
public enum ChartGridLinesEnabledTypes
public enum class ChartGridLinesEnabledTypes
type ChartGridLinesEnabledTypes
public enum ChartGridLinesEnabledTypes
Membros
Nome do membro | Descrição | |
---|---|---|
Auto | Indicates that the report processor should automatically determine the setting. | |
True | Indicates that major or minor grid lines are enabled. | |
False | Indicates that major or minor grid lines are not enabled. |