Compartir a través de


ChartLegendCustomItemCellInstance.Alignment Propiedad

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

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

Sintaxis

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartCellAlignment
A ChartCellAlignment value that represents the calculated value of the Alignment property.

Vea también

Referencia

ChartLegendCustomItemCellInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering