Propriété ColorBarBorderColor
Gets the border color of the color bar.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ColorBarBorderColor As ReportColorProperty
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColorProperty
A ReportColorProperty object.
Voir aussi