Partager via


Propriété MapPointTemplate

Gets or sets a template to be applied for points in the map point layer.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property MapPointTemplate As MapPointTemplate
    Get
    Set
'Utilisation
Dim instance As MapPointLayer
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)