MapColorScale.ColorBarBorderColor 属性
Gets the border color of the color bar.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property ColorBarBorderColor As ReportColorProperty
Get
用法
Dim instance As MapColorScale
Dim value As ReportColorProperty
value = instance.ColorBarBorderColor
public ReportColorProperty ColorBarBorderColor { get; }
public:
property ReportColorProperty^ ColorBarBorderColor {
ReportColorProperty^ get ();
}
member ColorBarBorderColor : ReportColorProperty
function get ColorBarBorderColor () : ReportColorProperty