Compartir a través de


ChartSmartLabel.CalloutLineColor Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property CalloutLineColor As ReportColorProperty 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ChartSmartLabel Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering