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


Свойство ChartLegendCustomItemCell.Alignment

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

Gets the alignment of the cell.

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

Синтаксис

'Декларация
Public ReadOnly Property Alignment As ReportEnumProperty(Of ChartCellAlignment)
    Get
'Применение
Dim instance As ChartLegendCustomItemCell 
Dim value As ReportEnumProperty(Of ChartCellAlignment)

value = instance.Alignment
public ReportEnumProperty<ChartCellAlignment> Alignment { get; }
public:
property ReportEnumProperty<ChartCellAlignment>^ Alignment {
    ReportEnumProperty<ChartCellAlignment>^ get ();
}
member Alignment : ReportEnumProperty<ChartCellAlignment>
function get Alignment () : ReportEnumProperty<ChartCellAlignment>

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartCellAlignment>
A ReportEnumProperty<EnumType> object that represents the alignment of the cell.

См. также

Справочник

ChartLegendCustomItemCell Класс

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