Compartir a través de


ChartLegendCustomItemCell.Alignment Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the alignment of the cell.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Alignment As ReportEnumProperty(Of ChartCellAlignment)
    Get
'Uso
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>

Valor de la propiedad

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

Vea también

Referencia

ChartLegendCustomItemCell Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering