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 set of rules to be applied to the map points in the map point layer.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property MapPointRules As MapPointRules
Get
Set
'Uso
Dim instance As MapPointLayer
Dim value As MapPointRules
value = instance.MapPointRules
instance.MapPointRules = value
public MapPointRules MapPointRules { get; set; }
public:
property MapPointRules^ MapPointRules {
MapPointRules^ get ();
void set (MapPointRules^ value);
}
member MapPointRules : MapPointRules with get, set
function get MapPointRules () : MapPointRules
function set MapPointRules (value : MapPointRules)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.MapPointRules
A MapPointRules object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel