引き出し線の先端の形。
名前空間: 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>
ReportExpression<T> オブジェクト。