Propriedade do RDL MapPointRules
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 (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapPointRules
A MapPointRules object.
Consulte também