Condividi tramite


Proprietà MapPointRules

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MapPointRules As MapPointRules
    Get
'Utilizzo
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