Freigeben über


ChartSmartLabel.CalloutLineWidth-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property CalloutLineWidth As ReportSizeProperty 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

ChartSmartLabel Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace