Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
See Also
Reference
MapDistanceScaleInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace