Właściwość MapDistanceScaleInstance.ScaleColor
Pobiera wartość obliczoną ScaleColor właściwość w MapDistanceScale klasy
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property ScaleColor As ReportColor
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor obiekt reprezentujący obliczonej wartości ScaleColor właściwość.