ChartSmartLabel.CalloutStyle Property

Definition

Gets an expression that evaluates to the style to use when drawing the callout lines.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartCalloutStyle> ^ CalloutStyle { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartCalloutStyle> ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartCalloutStyle> CalloutStyle { get; }
member this.CalloutStyle : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartCalloutStyle>
Public ReadOnly Property CalloutStyle As ReportEnumProperty(Of ChartCalloutStyle)

Property Value

A ReportEnumProperty<EnumType> object.

Applies to