Aracılığıyla paylaş


ChartSmartLabel.CalloutLineColor Özelliği

Belirtme çizgisinin rengini sonucunu veren bir ifade alır.

Ad Alanı:  Microsoft.ReportingServices.OnDemandReportRendering
Derleme:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore içinde.dll)

Sözdizimi

'Bildirim
Public ReadOnly Property CalloutLineColor As ReportColorProperty
    Get
'Kullanım
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