Compartir a través de


InRangeTickMarksColor Propiedad

Color of tick marks that fall within this range.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property InRangeTickMarksColor As ReportColorProperty
    Get
'Uso
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