Поделиться через


Свойство ChartLegendColumn.ColumnType

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets or sets the column type.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property ColumnType As ChartLegendColumnTypes 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.ReportingServices.RdlObjectModel.ChartLegendColumnTypes
A ChartLegendColumnTypes object.

См. также

Справочник

ChartLegendColumn Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel