Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets a custom template that will be applied to the map polygon center point.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property MapCenterPointTemplate As MapPointTemplate
Get
Set
'Uso
Dim instance As MapPolygon
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 de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.MapPointTemplate
A MapPointTemplate object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel