Compartir a través de


MapDistanceScaleInstance.ScaleBorderColor Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property ScaleBorderColor As ReportColor 
    Get
'Uso
Dim instance As MapDistanceScaleInstance 
Dim value As ReportColor 

value = instance.ScaleBorderColor
public ReportColor ScaleBorderColor { get; }
public:
property ReportColor^ ScaleBorderColor {
    ReportColor^ get ();
}
member ScaleBorderColor : ReportColor
function get ScaleBorderColor () : ReportColor

Valor de la propiedad

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

Vea también

Referencia

MapDistanceScaleInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering