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.

The alignment of the cell.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property Alignment As ChartLegendItemAlignmentTypes 
    Get 
    Set
'Uso
Dim instance As ChartLegendCustomItemCell 
Dim value As ChartLegendItemAlignmentTypes 

value = instance.Alignment

instance.Alignment = value
public ChartLegendItemAlignmentTypes Alignment { get; set; }
public:
property ChartLegendItemAlignmentTypes Alignment {
    ChartLegendItemAlignmentTypes get ();
    void set (ChartLegendItemAlignmentTypes value);
}
member Alignment : ChartLegendItemAlignmentTypes with get, set
function get Alignment () : ChartLegendItemAlignmentTypes 
function set Alignment (value : ChartLegendItemAlignmentTypes)

Valor de la propiedad

Tipo: Microsoft.ReportingServices.RdlObjectModel.ChartLegendItemAlignmentTypes
A ChartLegendItemAlignmentTypes object.

Vea también

Referencia

ChartLegendCustomItemCell Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel