다음을 통해 공유


CalloutStyle 속성

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

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property CalloutStyle As ReportEnumProperty(Of ChartCalloutStyle)
    Get
‘사용 방법
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>