Compartir a través de


AnchorOffsetY Propiedad

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

The Y offset 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 AnchorOffsetY As ReportExpression(Of ReportSize)
    Get
    Set
'Uso
Dim instance As ChartAnnotation
Dim value As ReportExpression(Of ReportSize)

value = instance.AnchorOffsetY

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