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