共用方式為


MapVectorLayer.MapDataRegion 屬性

Gets the data region from which to consume data.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property MapDataRegion As MapDataRegion 
    Get
'用途
Dim instance As MapVectorLayer 
Dim value As MapDataRegion 

value = instance.MapDataRegion
public MapDataRegion MapDataRegion { get; }
public:
property MapDataRegion^ MapDataRegion {
    MapDataRegion^ get ();
}
member MapDataRegion : MapDataRegion
function get MapDataRegion () : MapDataRegion

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.MapDataRegion
A MapDataRegion object.

請參閱

參考

MapVectorLayer 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間