ChartLegendCustomItemCellInstance.Alignment 属性

Gets the calculated value of the Alignment property in a ChartLegendCustomItemCell class.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Alignment As ChartCellAlignment
    Get
用法
Dim instance As ChartLegendCustomItemCellInstance
Dim value As ChartCellAlignment

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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ChartCellAlignment
A ChartCellAlignment value that represents the calculated value of the Alignment property.