Propriété MapCenterPointTemplate
Gets or sets a template for the polygon center point to be applied to points in the parent map layer.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property MapCenterPointTemplate As MapPointTemplate
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .MapPointTemplate
A MapPointTemplate object.
Voir aussi