MapDistanceScale.ScaleBorderColor 属性

Gets the scale border color.

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

语法

声明
Public ReadOnly Property ScaleBorderColor As ReportColorProperty
    Get
用法
Dim instance As MapDistanceScale
Dim value As ReportColorProperty

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