Właściwość MapColorRangeRuleInstance.MiddleColor
Pobiera wartość obliczoną MiddleColor właściwość w MapColorRangeRule klasy
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property MiddleColor As ReportColor
Get
'Użycie
Dim instance As MapColorRangeRuleInstance
Dim value As ReportColor
value = instance.MiddleColor
public ReportColor MiddleColor { get; }
public:
property ReportColor^ MiddleColor {
ReportColor^ get ();
}
member MiddleColor : ReportColor
function get MiddleColor () : ReportColor
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor wartości reprezentującej obliczonej wartości MiddleColor właściwość.