ScaleRange.InRangeLabelColor 属性

Gets an expression that evaluates to the color of scale labels that fall within this range.

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

语法

声明
Public ReadOnly Property InRangeLabelColor As ReportColorProperty
    Get
用法
Dim instance As ScaleRange
Dim value As ReportColorProperty

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