Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |