[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapSizeRule

MapSizeRule Class

Defines the size rule for point or line based on a data field

Inheritance
MapSizeRule
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class MapSizeRule : MapAppearanceRule

Constructors

Name Description
MapSizeRule()

Initializes a new instance of the MapSizeRule class.

Fields

Name Description
EndSizeDefaultValue

Default value of the end size to be used for the map elements.

StartSizeDefaultValue

Default value of the start size to be used for the map elements.

Properties

Name Description
EndSize

Gets or sets the end size to be used for the map elements.

StartSize

Gets or sets the start size to be used for the map elements.

Methods

Name Description
GetExpressions()

Returns expressions used for the map elements.

Extension Methods