ChartSmartLabel.CalloutLineWidth 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property CalloutLineWidth As ReportSizeProperty 
    Get
用法
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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.

请参阅

参考

ChartSmartLabel 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间