MapCenterPointTemplate-Eigenschaft
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 (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MapCenterPointTemplate As MapPointTemplate
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .MapPointTemplate
A MapPointTemplate object.