Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies whether a chart element is visible.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration ChartVisibleTypes
'Usage
Dim instance As ChartVisibleTypes
public enum ChartVisibleTypes
public enum class ChartVisibleTypes
type ChartVisibleTypes
public enum ChartVisibleTypes
Members
| Member name | Description | |
|---|---|---|
| Auto | Indicates that the report processor should automatically determine the setting. | |
| False | Indicates that the chart element is not visible. | |
| True | Indicates that the chart element is visible. |