Share via


MapPointRules.MapSizeRule Property

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MapSizeRule As MapSizeRule 
    Get
'Usage
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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.MapSizeRule
A MapSizeRule object.

See Also

Reference

MapPointRules Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace