Compartir a través de


ScaleRange.InRangeBarPointerColor Propiedad

Gets an expression that evaluates to the color of the bar pointer if it falls within this range.

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

Sintaxis

'Declaración
Public ReadOnly Property InRangeBarPointerColor As ReportColorProperty 
    Get
'Uso
Dim instance As ScaleRange 
Dim value As ReportColorProperty 

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.

Vea también

Referencia

ScaleRange Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering