CalloutLineAnchor 屬性
Gets an expression that evaluates to the shape that should be drawn on the point end of the callout line.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property CalloutLineAnchor As ReportEnumProperty(Of ChartCalloutLineAnchor)
Get
'用途
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>
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'ChartCalloutLineAnchor> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.