Właściwość ChartSmartLabel.CalloutLineAnchor
Pobiera wyrażenie do kształtu, który należy zwrócić na końcu pkt linii objaśnienia.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property CalloutLineAnchor As ReportEnumProperty(Of ChartCalloutLineAnchor)
Get
'Użycie
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>
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartCalloutLineAnchor>
A ReportEnumProperty<EnumType> obiektu.
Zobacz także