Свойство ScaleBorderColor

Gets the calculated value of the ScaleBorderColor property in a MapDistanceScale class.

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

Синтаксис

'Декларация
Public ReadOnly Property ScaleBorderColor As ReportColor
    Get
'Применение
Dim instance As MapDistanceScaleInstance
Dim value As ReportColor

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

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColor
A ReportColor object that represents the calculated value of the ScaleBorderColor property.