Aracılığıyla paylaş


ChartSmartLabel.CalloutStyle Özelliği

Belirtme çizgileri çizim yaparken kullanılan stili için sonucunu veren bir ifade alır.

Ad Alanı:  Microsoft.ReportingServices.OnDemandReportRendering
Derleme:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore içinde.dll)

Sözdizimi

'Bildirim
Public ReadOnly Property CalloutStyle As ReportEnumProperty(Of ChartCalloutStyle)
    Get
'Kullanım
Dim instance As ChartSmartLabel
Dim value As ReportEnumProperty(Of ChartCalloutStyle)

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