共用方式為


MapSizeRule 屬性

Gets a size range to be used for sizing map points in the parent layer.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property MapSizeRule As MapSizeRule
    Get
'用途
Dim instance As MapPointRules
Dim value As MapSizeRule

value = instance.MapSizeRule
public MapSizeRule MapSizeRule { get; }
public:
property MapSizeRule^ MapSizeRule {
    MapSizeRule^ get ();
}
member MapSizeRule : MapSizeRule
function get MapSizeRule () : MapSizeRule