Udostępnij przez


Właściwość MapPoint.MapPointTemplate

Pobiera lub ustawia niestandardowy szablon do punktu mapy.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property MapPointTemplate As MapPointTemplate
    Get
    Set
'Użycie
Dim instance As MapPoint
Dim value As MapPointTemplate

value = instance.MapPointTemplate

instance.MapPointTemplate = value
public MapPointTemplate MapPointTemplate { get; set; }
public:
property MapPointTemplate^ MapPointTemplate {
    MapPointTemplate^ get ();
    void set (MapPointTemplate^ value);
}
member MapPointTemplate : MapPointTemplate with get, set
function get MapPointTemplate () : MapPointTemplate
function set MapPointTemplate (value : MapPointTemplate)