ScaleRange.InRangeBarPointerColor Property
Color of the bar pointer if it falls within this range.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property InRangeBarPointerColor As ReportColorProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.