共用方式為


ChartSmartLabel.CalloutLineAnchor 屬性

Shape that should be drawn on the point end of the callout line.

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

語法

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

value = instance.CalloutLineAnchor

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

屬性值

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

請參閱

參考

ChartSmartLabel 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間