Proprietà ChartLegendCustomItemCell.Alignment
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
The alignment of the cell.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property Alignment As ChartLegendItemAlignmentTypes
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel.ChartLegendItemAlignmentTypes
A ChartLegendItemAlignmentTypes object.