Свойство ChartSmartLabel.CalloutLineAnchor
Shape that should be drawn on the point end of the callout line.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property CalloutLineAnchor As ReportExpression(Of ChartCalloutLineAnchorTypes)
Get
Set
'Применение
Dim instance As ChartSmartLabel
Dim value As ReportExpression(Of ChartCalloutLineAnchorTypes)
value = instance.CalloutLineAnchor
instance.CalloutLineAnchor = value
public ReportExpression<ChartCalloutLineAnchorTypes> CalloutLineAnchor { get; set; }
public:
property ReportExpression<ChartCalloutLineAnchorTypes> CalloutLineAnchor {
ReportExpression<ChartCalloutLineAnchorTypes> get ();
void set (ReportExpression<ChartCalloutLineAnchorTypes> value);
}
member CalloutLineAnchor : ReportExpression<ChartCalloutLineAnchorTypes> with get, set
function get CalloutLineAnchor () : ReportExpression<ChartCalloutLineAnchorTypes>
function set CalloutLineAnchor (value : ReportExpression<ChartCalloutLineAnchorTypes>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartCalloutLineAnchorTypes>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel