Partager via


Alignment propriété

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

The alignment of the annotation.

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

Syntaxe

'Déclaration
Public Property Alignment As ReportExpression(Of ChartAnnotationAlignments)
    Get
    Set
'Utilisation
Dim instance As ChartAnnotation
Dim value As ReportExpression(Of ChartAnnotationAlignments)

value = instance.Alignment

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