Sdílet prostřednictvím


ChartSmartLabel.CalloutLineStyle Property

Style of the callout line.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property CalloutLineStyle As ReportExpression(Of ChartCalloutLineStyles)
    Get 
    Set
'Usage
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>)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartCalloutLineStyles>
A ReportExpression<T> object.

See Also

Reference

ChartSmartLabel Class

Microsoft.ReportingServices.RdlObjectModel Namespace