Condividi tramite


Proprietà ScaleColor

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ScaleColor As ReportColor
    Get
'Utilizzo
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

Valore proprietà

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