FlexReport for WinForms
PointsLocationExpressions プロパティ (LayerBase)


C1.Win.FlexReport.CustomFields.4.5.2 アセンブリ > C1.Win.FlexReport.CustomFields.Maps 名前空間 > LayerBase クラス : PointsLocationExpressions プロパティ
場所の式リストのリストを取得します。 外側リストは、レイヤの各レコードに関連付けられたポイントに 対応します。たとえば、ポイントレイヤの場合は、このリストには 1 つの要素が含まれ、線レイヤの場合は 2 つの要素が含まれます。 各ポイントの内側リストは、場所の式(Country、City、Address など) のコレクションです。
シンタックス
'宣言
 
Public MustOverride ReadOnly Property PointsLocationExpressions As System.Collections.Generic.List(Of List(Of String))
'使用法
 
Dim instance As LayerBase
Dim value As System.Collections.Generic.List(Of List(Of String))
 
value = instance.PointsLocationExpressions
public abstract System.Collections.Generic.List<List<string>> PointsLocationExpressions {get;}
参照

LayerBase クラス
LayerBase メンバ