Compartir a través de


AnchorY Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

The Y coordinate of the annotation anchor.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property AnchorY As ReportExpression(Of ReportSize)
    Get
    Set
'Uso
Dim instance As ChartAnnotation
Dim value As ReportExpression(Of ReportSize)

value = instance.AnchorY

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