Partilhar via


Propriedade do RDL MapDistanceScale.ScaleBorderColor

Gets the scale border color.

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

Sintaxe

'Declaração
Public ReadOnly Property ScaleBorderColor As ReportColorProperty 
    Get
'Uso
Dim instance As MapDistanceScale 
Dim value As ReportColorProperty 

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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.

Consulte também

Referência

MapDistanceScale Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering