Partilhar via


Propriedade do RDL ColumnType

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

The column type.

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

Sintaxe

'Declaração
Public Property ColumnType As ChartLegendColumnTypes
    Get
    Set
'Uso
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)