次の方法で共有


ChartLegendCustomItemCell.Alignment プロパティ

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

セルの配置を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Alignment As ReportEnumProperty(Of ChartCellAlignment)
    Get
'使用
Dim instance As ChartLegendCustomItemCell 
Dim value As ReportEnumProperty(Of ChartCellAlignment)

value = instance.Alignment
public ReportEnumProperty<ChartCellAlignment> Alignment { get; }
public:
property ReportEnumProperty<ChartCellAlignment>^ Alignment {
    ReportEnumProperty<ChartCellAlignment>^ get ();
}
member Alignment : ReportEnumProperty<ChartCellAlignment>
function get Alignment () : ReportEnumProperty<ChartCellAlignment>

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartCellAlignment>
セルの配置を表す ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

ChartLegendCustomItemCell クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間