Свойство ChartLegendColumn.ColumnType
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets the column type of this legend column.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property ColumnType As ReportEnumProperty(Of ChartColumnType)
Get
'Применение
Dim instance As ChartLegendColumn
Dim value As ReportEnumProperty(Of ChartColumnType)
value = instance.ColumnType
public ReportEnumProperty<ChartColumnType> ColumnType { get; }
public:
property ReportEnumProperty<ChartColumnType>^ ColumnType {
ReportEnumProperty<ChartColumnType>^ get ();
}
member ColumnType : ReportEnumProperty<ChartColumnType>
function get ColumnType () : ReportEnumProperty<ChartColumnType>
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartColumnType>
A ReportEnumProperty<EnumType> object that represents the column type of this legend column.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering