Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a collection of embedded map points.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapPoints As MapPointCollection
Get
'Usage
Dim instance As MapPointLayer
Dim value As MapPointCollection
value = instance.MapPoints
public MapPointCollection MapPoints { get; }
public:
property MapPointCollection^ MapPoints {
MapPointCollection^ get ();
}
member MapPoints : MapPointCollection
function get MapPoints () : MapPointCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapPointCollection
A MapPointCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace