Propriedade do RDL MapFieldDefinitions
Gets a collection of A MapFieldDefinition objects in the vector layer.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property MapFieldDefinitions As MapFieldDefinitionCollection
Get
'Uso
Dim instance As MapVectorLayer
Dim value As MapFieldDefinitionCollection
value = instance.MapFieldDefinitions
public MapFieldDefinitionCollection MapFieldDefinitions { get; }
public:
property MapFieldDefinitionCollection^ MapFieldDefinitions {
MapFieldDefinitionCollection^ get ();
}
member MapFieldDefinitions : MapFieldDefinitionCollection
function get MapFieldDefinitions () : MapFieldDefinitionCollection
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapFieldDefinitionCollection
A MapFieldDefinitionCollection object.
Consulte também