ScaleRange.InRangeBarPointerColor 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property InRangeBarPointerColor As ReportColorProperty
    Get
用法
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