共用方式為


MapPointRules 屬性

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