다음을 통해 공유


MapSpatialElement.MapFields 속성

Gets a collection of MapField objects to be associated with the spatial element.

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

구문

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

속성 값

유형: Microsoft.ReportingServices.OnDemandReportRendering.MapFieldCollection
A MapFieldCollection object that represents a collection of MapField objects to be associated with the spatial element.

참고 항목

참조

MapSpatialElement 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스