Propriété MapDataRegion
Gets the data region from which to consume data.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property MapDataRegion As MapDataRegion
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapDataRegion
A MapDataRegion object.
Voir aussi