Compartir a través de


MapSpatialDataSet.MapFieldNames Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property MapFieldNames As MapFieldNameCollection 
    Get
'Uso
Dim instance As MapSpatialDataSet 
Dim value As MapFieldNameCollection 

value = instance.MapFieldNames
public MapFieldNameCollection MapFieldNames { get; }
public:
property MapFieldNameCollection^ MapFieldNames {
    MapFieldNameCollection^ get ();
}
member MapFieldNames : MapFieldNameCollection
function get MapFieldNames () : MapFieldNameCollection

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapFieldNameCollection
A MapFieldNameCollection object.

Vea también

Referencia

MapSpatialDataSet Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering