Właściwość ScaleRange.InRangeLabelColor
Pobiera wyrażenie koloru etykiety skali, mieszczące się w tym zakres.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property InRangeLabelColor As ReportColorProperty
Get
'Użycie
Dim instance As ScaleRange
Dim value As ReportColorProperty
value = instance.InRangeLabelColor
public ReportColorProperty InRangeLabelColor { get; }
public:
property ReportColorProperty^ InRangeLabelColor {
ReportColorProperty^ get ();
}
member InRangeLabelColor : ReportColorProperty
function get InRangeLabelColor () : ReportColorProperty
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty obiektu.
Zobacz także