Свойство CalloutLineStyle
Style of the callout line.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property CalloutLineStyle As ReportEnumProperty(Of ChartCalloutLineStyle)
Get
'Применение
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>
Значение свойства
Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'ChartCalloutLineStyle> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.