Поделиться через


Свойство ChartLegendCustomItem.SeparatorColor

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets the color of the item separator.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property SeparatorColor As ReportColorProperty 
    Get
'Применение
Dim instance As ChartLegendCustomItem 
Dim value As ReportColorProperty 

value = instance.SeparatorColor
public ReportColorProperty SeparatorColor { get; }
public:
property ReportColorProperty^ SeparatorColor {
    ReportColorProperty^ get ();
}
member SeparatorColor : ReportColorProperty
function get SeparatorColor () : ReportColorProperty

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object that represents the color of the item separator.

См. также

Справочник

ChartLegendCustomItem Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering