Właściwość MapShapefile.MapFieldNames
Pobiera lub ustawia zbiór nie-dane przestrzenne pól ma zostać zaimportowany z pliku kształtu.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property MapFieldNames As IList(Of ReportExpression)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Collections.Generic.IList<ReportExpression>
IList<T> Obiektu.
Zobacz także