Propriedade do RDL MapFields
Gets a collection of MapField objects to be associated with the spatial element.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapFieldCollection
A MapFieldCollection object.
Consulte também