Partager via


Propriété ChartLegendCustomItemCell.Alignment

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

The alignment of the cell.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property Alignment As ChartLegendItemAlignmentTypes 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ChartLegendCustomItemCell Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel