Propriedade do RDL MapDistanceScaleInstance.ScaleColor
Gets the calculated value of the ScaleColor property in a MapDistanceScale class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property ScaleColor As ReportColor
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor object that represents the calculated value of the ScaleColor property.
Consulte também
Referência
MapDistanceScaleInstance Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering