Share via


MapPointLayer.MapPointTemplate Property

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property MapPointTemplate As MapPointTemplate 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.MapPointTemplate
A MapPointTemplate object.

See Also

Reference

MapPointLayer Class

Microsoft.ReportingServices.RdlObjectModel Namespace