Freigeben über


ChartVisibleTypes-Enumeration

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

Elemente

Elementname Beschreibung
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.

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace