ColorBarBorderColor Propiedad
Gets the border color of the color bar.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColorProperty
A ReportColorProperty object.
Vea también