共用方式為


ChartSmartLabel.CalloutLineStyle 屬性

Style of the callout line.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property CalloutLineStyle As ReportExpression(Of ChartCalloutLineStyles)
    Get 
    Set
'用途
Dim instance As ChartSmartLabel 
Dim value As ReportExpression(Of ChartCalloutLineStyles)

value = instance.CalloutLineStyle

instance.CalloutLineStyle = value
public ReportExpression<ChartCalloutLineStyles> CalloutLineStyle { get; set; }
public:
property ReportExpression<ChartCalloutLineStyles> CalloutLineStyle {
    ReportExpression<ChartCalloutLineStyles> get ();
    void set (ReportExpression<ChartCalloutLineStyles> value);
}
member CalloutLineStyle : ReportExpression<ChartCalloutLineStyles> with get, set
function get CalloutLineStyle () : ReportExpression<ChartCalloutLineStyles>
function set CalloutLineStyle (value : ReportExpression<ChartCalloutLineStyles>)

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartCalloutLineStyles>
A ReportExpression<T> object.

請參閱

參考

ChartSmartLabel 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間