Share via


Chart.DesignerModes Enumeration

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Enumerates the designer modes for the chart.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Enumeration DesignerModes
'Usage
Dim instance As Chart.DesignerModes
public enum DesignerModes
public enum class DesignerModes
type DesignerModes
public enum DesignerModes

Members

Member name Description
Chart The designer mode is for chart.
DataBar The designer mode is for data bar.
Sparkline The designer mode is for spark line.

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace