Partilhar via


Propriedade do RDL ChartSmartLabel.CalloutLineWidth

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

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ChartSmartLabel Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering