Partilhar via


Propriedade do RDL ChartLegendCustomItemCell.Alignment

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the alignment of the cell.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ChartLegendCustomItemCell Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering