MapDistanceScaleInstance.ScaleColor Property
Gets the calculated value of the ScaleColor property in a MapDistanceScale class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ScaleColor As ReportColor
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor object that represents the calculated value of the ScaleColor property.