Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets a set of rules to be applied to the map points in the map point layer.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property MapPointRules As MapPointRules
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel.MapPointRules
A MapPointRules object.