Udostępnij przez


Właściwość ScaleRange.InRangeTickMarksColor

Pobiera wyrażenie koloru znaczników, które wchodzą w zakres.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property InRangeTickMarksColor As ReportColorProperty
    Get
'Użycie
Dim instance As ScaleRange
Dim value As ReportColorProperty

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