Partilhar via


Propriedade do RDL StartColor

Gets the start color for a MapColorRangeRule distribution.

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

Sintaxe

'Declaração
Public ReadOnly Property StartColor As ReportColorProperty
    Get
'Uso
Dim instance As MapColorRangeRule
Dim value As ReportColorProperty

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