Partager via


Propriété CalloutLineWidth

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CalloutLineWidth As ReportSizeProperty
    Get
'Utilisation
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