Właściwość ChartSmartLabel.CalloutLineColor
Pobiera wyrażenie kolor linii objaśnienia.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property CalloutLineColor As ReportColorProperty
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty obiektu.
Zobacz także