Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets a collection of non-spatial data fields to be imported from the shape file.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property MapFieldNames As IList(Of ReportExpression)
Get
Set
'Utilisation
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>)
Valeur de propriété
Type : System.Collections.Generic.IList<ReportExpression>
An IList<T> object.