Свойство Alignment

Gets the calculated value of the Alignment property in a ChartLegendCustomItemCell class.

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

Синтаксис

'Декларация
Public ReadOnly Property Alignment As ChartCellAlignment
    Get
'Применение
Dim instance As ChartLegendCustomItemCellInstance
Dim value As ChartCellAlignment

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

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartCellAlignment
A ChartCellAlignment value that represents the calculated value of the Alignment property.