Partager via


Propriété ColumnType

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

The column type.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property ColumnType As ChartLegendColumnTypes
    Get
    Set
'Utilisation
Dim instance As ChartLegendColumn
Dim value As ChartLegendColumnTypes

value = instance.ColumnType

instance.ColumnType = value
public ChartLegendColumnTypes ColumnType { get; set; }
public:
property ChartLegendColumnTypes ColumnType {
    ChartLegendColumnTypes get ();
    void set (ChartLegendColumnTypes value);
}
member ColumnType : ChartLegendColumnTypes with get, set
function get ColumnType () : ChartLegendColumnTypes
function set ColumnType (value : ChartLegendColumnTypes)