共用方式為


ChartSmartLabelInstance.CalloutLineStyle 屬性

Gets the calculated value of the CalloutLineStyle property in a ChartSmartLabel class.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property CalloutLineStyle As ChartCalloutLineStyle 
    Get
'用途
Dim instance As ChartSmartLabelInstance 
Dim value As ChartCalloutLineStyle 

value = instance.CalloutLineStyle
public ChartCalloutLineStyle CalloutLineStyle { get; }
public:
property ChartCalloutLineStyle CalloutLineStyle {
    ChartCalloutLineStyle get ();
}
member CalloutLineStyle : ChartCalloutLineStyle
function get CalloutLineStyle () : ChartCalloutLineStyle

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ChartCalloutLineStyle
A ChartCalloutLineStyle value that represents the calculated value of the CalloutLineStyle property.

請參閱

參考

ChartSmartLabelInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間