Свойство ColorBarBorderColor

Gets the border color of the color bar.

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

Синтаксис

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

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