다음을 통해 공유


MapFieldDefinitions 속성

Gets a collection of A MapFieldDefinition objects in the vector layer.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property MapFieldDefinitions As MapFieldDefinitionCollection
    Get
‘사용 방법
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