Proprietà MapDistanceScale.ScaleBorderColor
Gets the scale border color.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ScaleBorderColor As ReportColorProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering