Compartilhar via


Propriedade do RDL ScaleRange.InRangeLabelColor

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property InRangeLabelColor As ReportColorProperty 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ScaleRange Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering