Freigeben über


ChartSmartLabel.CalloutLineAnchor-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property CalloutLineAnchor As ReportExpression(Of ChartCalloutLineAnchorTypes)
    Get 
    Set
'Usage
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>)

Eigenschaftswert

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

Siehe auch

Verweis

ChartSmartLabel Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace