Propriedade do RDL Alignment
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
The alignment of the cell.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartLegendItemAlignmentTypes
A ChartLegendItemAlignmentTypes object.
Consulte também