Partager via


Propriété CalloutLineAnchor

Gets an expression that evaluates to the shape that should be drawn on the point end of the callout line.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CalloutLineAnchor As ReportEnumProperty(Of ChartCalloutLineAnchor)
    Get
'Utilisation
Dim instance As ChartSmartLabel
Dim value As ReportEnumProperty(Of ChartCalloutLineAnchor)

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