Compartir a través de


Y 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.

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

Sintaxis

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

value = instance.Y

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