Compartir a través de


MapPointRules Propiedad

Gets a set of rules to be applied to the map points in the map point layer.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property MapPointRules As MapPointRules
    Get
'Uso
Dim instance As MapPointLayer
Dim value As MapPointRules

value = instance.MapPointRules
public MapPointRules MapPointRules { get; }
public:
property MapPointRules^ MapPointRules {
    MapPointRules^ get ();
}
member MapPointRules : MapPointRules
function get MapPointRules () : MapPointRules