Gets a set of rules to be applied to the map points in the map point layer.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property MapPointRules As MapPointRules
Get
‘사용 방법
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
속성 값
유형: Microsoft.ReportingServices.OnDemandReportRendering.MapPointRules
A MapPointRules object.