Compartilhar via


Propriedade do RDL ChartSmartLabel.CalloutLineAnchor

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property CalloutLineAnchor As ReportEnumProperty(Of ChartCalloutLineAnchor)
    Get
'Uso
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>

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartCalloutLineAnchor>
A ReportEnumProperty<EnumType> object.

Consulte também

Referência

ChartSmartLabel Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering