Compartir a través de


ChartSmartLabel.CalloutLineWidth Propiedad

Gets an expression that evaluates to the width 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 CalloutLineWidth As ReportSizeProperty 
    Get
'Uso
Dim instance As ChartSmartLabel 
Dim value As ReportSizeProperty 

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

Valor de la propiedad

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

Vea también

Referencia

ChartSmartLabel Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering