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>)