Partilhar via


Propriedade do RDL MapDistanceScaleInstance.ScaleBorderColor

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

MapDistanceScaleInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering