次の方法で共有


MapShapefile.MapFieldNames プロパティ

シェープファイルからインポートする非空間データ フィールドのコレクションを取得します。値の設定も可能です。

名前空間:  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> オブジェクト。

関連項目

参照

MapShapefile クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間