Propriedade do RDL RangeGapColor
Gets the calculated value of the RangeGapColor property in a MapColorScale class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property RangeGapColor As ReportColor
Get
'Uso
Dim instance As MapColorScaleInstance
Dim value As ReportColor
value = instance.RangeGapColor
public ReportColor RangeGapColor { get; }
public:
property ReportColor^ RangeGapColor {
ReportColor^ get ();
}
member RangeGapColor : ReportColor
function get RangeGapColor () : ReportColor
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColor
A ReportColor value that represents the calculated value of the RangeGapColor property.
Consulte também