Partilhar via


Propriedade Y

The Y coordinate of the path point.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property Y As ReportExpression(Of ReportSize)
    Get
    Set
'Uso
Dim instance As ChartPathPoint
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>)