AnchorY プロパティ

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

注釈のアンカーの Y 座標。

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

構文

'宣言
Public Property AnchorY As ReportExpression(Of ReportSize)
    Get
    Set
'使用
Dim instance As ChartAnnotation
Dim value As ReportExpression(Of ReportSize)

value = instance.AnchorY

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

プロパティ値

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