Compartilhar via


Propriedade do RDL MapPolygonLayer.MapCenterPointTemplate

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

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

Sintaxe

'Declaração
Public Property MapCenterPointTemplate As MapPointTemplate 
    Get 
    Set
'Uso
Dim instance As MapPolygonLayer 
Dim value As MapPointTemplate 

value = instance.MapCenterPointTemplate

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

Valor da propriedade

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

Consulte também

Referência

MapPolygonLayer Classe

Namespace Microsoft.ReportingServices.RdlObjectModel