共用方式為


Alignment 屬性

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

The alignment of the annotation.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property Alignment As ReportExpression(Of ChartAnnotationAlignments)
    Get
    Set
'用途
Dim instance As ChartAnnotation
Dim value As ReportExpression(Of ChartAnnotationAlignments)

value = instance.Alignment

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