Partager via


Propriété ChartLegendColumn.ColumnType

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the column type of this legend column.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ColumnType As ReportEnumProperty(Of ChartColumnType)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

ChartLegendColumn Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering