Y プロパティ

パス ポイントの Y 座標。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property Y As ReportExpression(Of ReportSize)
    Get
    Set
'使用
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>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ReportSize> ) > ) >
ReportExpression<(Of <(<'T>)>)> オブジェクトです。