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

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

LayerBase クラス
LayerBase メンバ