次の方法で共有


ChartLegendCustomItemCell.Alignment プロパティ

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

セルの配置。

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

構文

'宣言
Public Property Alignment As ChartLegendItemAlignmentTypes 
    Get 
    Set
'使用
Dim instance As ChartLegendCustomItemCell 
Dim value As ChartLegendItemAlignmentTypes 

value = instance.Alignment

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

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ChartLegendItemAlignmentTypes
ChartLegendItemAlignmentTypes オブジェクト。

関連項目

参照

ChartLegendCustomItemCell クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間