MapDistanceScaleInstance.ScaleColor プロパティ
MapDistanceScale クラスの ScaleColor プロパティの計算値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property ScaleColor As ReportColor
Get
'使用
Dim instance As MapDistanceScaleInstance
Dim value As ReportColor
value = instance.ScaleColor
public ReportColor ScaleColor { get; }
public:
property ReportColor^ ScaleColor {
ReportColor^ get ();
}
member ScaleColor : ReportColor
function get ScaleColor () : ReportColor
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
ScaleColor プロパティの計算値を表す ReportColor オブジェクト。