Свойство ColumnType
Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.
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.
См. также