Partager via


Propriété ScaleColor

Gets the calculated value of the ScaleColor property in a MapDistanceScale class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ScaleColor As ReportColor
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColor
A ReportColor object that represents the calculated value of the ScaleColor property.