ChartSmartLabel.CalloutLineStyle プロパティ
引き出し線のスタイルに評価される式を取得します。
名前空間: 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<ChartCalloutLineStyle>
ReportEnumProperty<EnumType> オブジェクト。