MapPointLayer.MapPointRules Property
Gets a set of rules to be applied to the map points in the map point layer.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapPointRules As MapPointRules
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapPointRules
A MapPointRules object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace