다음을 통해 공유


CalloutStyle 속성

Gets the calculated value of the CalloutStyle property in a ChartSmartLabel class.

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

구문

‘선언
Public ReadOnly Property CalloutStyle As ChartCalloutStyle
    Get
‘사용 방법
Dim instance As ChartSmartLabelInstance
Dim value As ChartCalloutStyle

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

속성 값

형식: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartCalloutStyle
A ChartCalloutStyle value that represents the calculated value of the CalloutStyle property.