Compartir a través de


ChartLegendColumn.ColumnType Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the column type.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ChartLegendColumn Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel