シェープファイルからインポートする非空間データ フィールドのコレクションを取得します。値の設定も可能です。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property MapFieldNames As IList(Of ReportExpression)
Get
Set
'使用
Dim instance As MapShapefile
Dim value As IList(Of ReportExpression)
value = instance.MapFieldNames
instance.MapFieldNames = value
public IList<ReportExpression> MapFieldNames { get; set; }
public:
property IList<ReportExpression>^ MapFieldNames {
IList<ReportExpression>^ get ();
void set (IList<ReportExpression>^ value);
}
member MapFieldNames : IList<ReportExpression> with get, set
function get MapFieldNames () : IList<ReportExpression>
function set MapFieldNames (value : IList<ReportExpression>)
プロパティ値
型: System.Collections.Generic.IList<ReportExpression>
IList<T> オブジェクト。