ChartSmartLabel.CalloutStyle Property
Style to use when drawing the callout lines.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property CalloutStyle As ReportExpression(Of ChartCalloutStyles)
Get
Set
'Usage
Dim instance As ChartSmartLabel
Dim value As ReportExpression(Of ChartCalloutStyles)
value = instance.CalloutStyle
instance.CalloutStyle = value
public ReportExpression<ChartCalloutStyles> CalloutStyle { get; set; }
public:
property ReportExpression<ChartCalloutStyles> CalloutStyle {
ReportExpression<ChartCalloutStyles> get ();
void set (ReportExpression<ChartCalloutStyles> value);
}
member CalloutStyle : ReportExpression<ChartCalloutStyles> with get, set
function get CalloutStyle () : ReportExpression<ChartCalloutStyles>
function set CalloutStyle (value : ReportExpression<ChartCalloutStyles>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartCalloutStyles>
A ReportExpression<T> object.