Sdílet prostřednictvím


ChartPathPoint.Y Property

The Y coordinate of the path point.

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

Syntax

'Declaration
Public Property Y As ReportExpression(Of ReportSize)
    Get
    Set
'Usage
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>)