MapColorScaleInstance.ColorBarBorderColor Property
Gets the calculated value of the ColorBarBorder property in a MapColorScale class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ColorBarBorderColor As ReportColor
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor value that represents the calculated value of the ColorBarBorderColor property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace