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.