共用方式為


ChartSmartLabel.CalloutLineStyle 屬性

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

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

語法

'宣告
Public ReadOnly Property CalloutLineStyle As ReportEnumProperty(Of ChartCalloutLineStyle)
    Get
'用途
Dim instance As ChartSmartLabel 
Dim value As ReportEnumProperty(Of ChartCalloutLineStyle)

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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartCalloutLineStyle>
A ReportEnumProperty<EnumType> object.

請參閱

參考

ChartSmartLabel 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間