ChartLegendCustomItemCell.Alignment Property

Definition

Gets the alignment of the cell.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartCellAlignment> ^ Alignment { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartCellAlignment> ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartCellAlignment> Alignment { get; }
member this.Alignment : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartCellAlignment>
Public ReadOnly Property Alignment As ReportEnumProperty(Of ChartCellAlignment)

Property Value

A ReportEnumProperty<EnumType> object that represents the alignment of the cell.

Applies to