Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property CalloutLineAnchor As ReportEnumProperty(Of ChartCalloutLineAnchor)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartCalloutLineAnchor>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace