Поделиться через


Свойство MapSpatialDataSet.MapFieldNames

Gets or sets a collection of names for the fields to be imported from the dataset.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property MapFieldNames As IList(Of ReportExpression)
    Get 
    Set
'Применение
Dim instance As MapSpatialDataSet 
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>
An IList<T> object.

См. также

Справочник

MapSpatialDataSet Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel