次の方法で共有


MapDistanceScaleInstance.ScaleBorderColor プロパティ

MapDistanceScale クラスの ScaleBorderColor プロパティの計算値を取得します。

名前空間:  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
ScaleBorderColor プロパティの計算値を表す ReportColor オブジェクト。

関連項目

参照

MapDistanceScaleInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間