Compartir a través de


CalloutLineWidth Propiedad

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