Partager via


Propriété ChartSmartLabel.CalloutLineColor

Gets an expression that evaluates to the color of the callout line.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CalloutLineColor As ReportColorProperty 
    Get
'Utilisation
Dim instance As ChartSmartLabel 
Dim value As ReportColorProperty 

value = instance.CalloutLineColor
public ReportColorProperty CalloutLineColor { get; }
public:
property ReportColorProperty^ CalloutLineColor {
    ReportColorProperty^ get ();
}
member CalloutLineColor : ReportColorProperty
function get CalloutLineColor () : ReportColorProperty

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.

Voir aussi

Référence

ChartSmartLabel Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering