Partager via


Propriété ColorBarBorderColor

Gets the calculated value of the ColorBarBorder()()()() property in a MapColorScale class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ColorBarBorderColor As ReportColor
    Get
'Utilisation
Dim instance As MapColorScaleInstance
Dim value As ReportColor

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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColor
A ReportColor value that represents the calculated value of the ColorBarBorderColor property.