Alignment プロパティ

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

注釈の配置。

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