Partilhar via


Propriedade do RDL MapVectorLayer.MapDataRegion

Gets the data region from which to consume data.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property MapDataRegion As MapDataRegion 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapDataRegion
A MapDataRegion object.

Consulte também

Referência

MapVectorLayer Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering