Propriedade do RDL ScaleColor
Gets the scale color.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property ScaleColor As ReportColorProperty
Get
'Uso
Dim instance As MapDistanceScale
Dim value As ReportColorProperty
value = instance.ScaleColor
public ReportColorProperty ScaleColor { get; }
public:
property ReportColorProperty^ ScaleColor {
ReportColorProperty^ get ();
}
member ScaleColor : ReportColorProperty
function get ScaleColor () : ReportColorProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColorProperty
A ReportColorProperty object.
Consulte também