Partilhar via


Propriedade do RDL ChartLegendColumn.ColumnType

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

Gets or sets 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)

Valor da propriedade

Tipo: Microsoft.ReportingServices.RdlObjectModel.ChartLegendColumnTypes
A ChartLegendColumnTypes object.

Consulte também

Referência

ChartLegendColumn Classe

Namespace Microsoft.ReportingServices.RdlObjectModel