Freigeben über


ChartLegendColumn.ColumnType-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the column type of this legend column.

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>

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartColumnType>
A ReportEnumProperty<EnumType> object that represents the column type of this legend column.

Siehe auch

Verweis

ChartLegendColumn Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace