MapDistanceScale.ScaleColor Property
Gets the scale color.
Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ScaleColor As ReportColorProperty
    Get
'Usage
Dim instance As MapDistanceScale
Dim value As ReportColorProperty
value = instance.ScaleColor
public ReportColorProperty ScaleColor { get; }
public:
property ReportColorProperty^ ScaleColor {
    ReportColorProperty^ get ();
}
member ScaleColor : ReportColorProperty
function get ScaleColor () : ReportColorProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.