Proprietà MapDataRegion
Gets the data region from which to consume data.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property MapDataRegion As MapDataRegion
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapDataRegion
A MapDataRegion object.
Vedere anche