Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets a collection of MapField objects to be associated with the spatial element.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property MapFields As MapFieldCollection
Get
'Uso
Dim instance As MapSpatialElement
Dim value As MapFieldCollection
value = instance.MapFields
public MapFieldCollection MapFields { get; }
public:
property MapFieldCollection^ MapFields {
MapFieldCollection^ get ();
}
member MapFields : MapFieldCollection
function get MapFields () : MapFieldCollection
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapFieldCollection
A MapFieldCollection object that represents a collection of MapField objects to be associated with the spatial element.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering