Condividi tramite


Proprietà AnchorAlignment

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

The alignment of the annotation anchor.

Spazio dei nomi:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property AnchorAlignment As ReportExpression(Of ChartAnchorAlignments)
    Get
    Set
'Utilizzo
Dim instance As ChartAnnotation
Dim value As ReportExpression(Of ChartAnchorAlignments)

value = instance.AnchorAlignment

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