Propriedade do RDL MapColorScale.ColorBarBorderColor
Gets the border color of the color bar.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property ColorBarBorderColor As ReportColorProperty
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering