共用方式為


AnchorY 屬性

此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。

The Y coordinate of the annotation anchor.

命名空間:  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>)