Share via


ChartSmartLabel.CalloutLineStyle Property

Gets an expression that evaluates to the style of the callout line.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property CalloutLineStyle As ReportEnumProperty(Of ChartCalloutLineStyle)
    Get
'Usage
Dim instance As ChartSmartLabel 
Dim value As ReportEnumProperty(Of ChartCalloutLineStyle)

value = instance.CalloutLineStyle
public ReportEnumProperty<ChartCalloutLineStyle> CalloutLineStyle { get; }
public:
property ReportEnumProperty<ChartCalloutLineStyle>^ CalloutLineStyle {
    ReportEnumProperty<ChartCalloutLineStyle>^ get ();
}
member CalloutLineStyle : ReportEnumProperty<ChartCalloutLineStyle>
function get CalloutLineStyle () : ReportEnumProperty<ChartCalloutLineStyle>

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartCalloutLineStyle>
A ReportEnumProperty<EnumType> object.

See Also

Reference

ChartSmartLabel Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace