Freigeben über


ChartLegendCustomItemCell.Alignment-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the alignment of the cell.

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

Syntax

'Declaration
Public ReadOnly Property Alignment As ReportEnumProperty(Of ChartCellAlignment)
    Get
'Usage
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>

Eigenschaftswert

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

Siehe auch

Verweis

ChartLegendCustomItemCell Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace