Alignment Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente 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.