Share via


ChartLegendColumn.ColumnType Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property ColumnType As ReportEnumProperty(Of ChartColumnType)
    Get
'Usage
Dim instance As ChartLegendColumn
Dim value As ReportEnumProperty(Of ChartColumnType)

value = instance.ColumnType
public ReportEnumProperty<ChartColumnType> ColumnType { get; }
public:
property ReportEnumProperty<ChartColumnType>^ ColumnType {
    ReportEnumProperty<ChartColumnType>^ get ();
}
member ColumnType : ReportEnumProperty<ChartColumnType>
function get ColumnType () : ReportEnumProperty<ChartColumnType>