ChartSmartLabel.CalloutLineStyle 属性

Style of the callout line.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property CalloutLineStyle As ReportExpression(Of ChartCalloutLineStyles)
    Get
    Set
用法
Dim instance As ChartSmartLabel
Dim value As ReportExpression(Of ChartCalloutLineStyles)

value = instance.CalloutLineStyle

instance.CalloutLineStyle = value
public ReportExpression<ChartCalloutLineStyles> CalloutLineStyle { get; set; }
public:
property ReportExpression<ChartCalloutLineStyles> CalloutLineStyle {
    ReportExpression<ChartCalloutLineStyles> get ();
    void set (ReportExpression<ChartCalloutLineStyles> value);
}
member CalloutLineStyle : ReportExpression<ChartCalloutLineStyles> with get, set
function get CalloutLineStyle () : ReportExpression<ChartCalloutLineStyles>
function set CalloutLineStyle (value : ReportExpression<ChartCalloutLineStyles>)