ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Map Class / MaximumSpatialElementCount Property

In This Topic
    MaximumSpatialElementCount Property
    In This Topic
    Specifies the maximum number of spatial elements that are allowed in a Map. If this element is not present, its value is interpreted as 20000.
    Syntax
    'Declaration
     
    Public Property MaximumSpatialElementCount As Integer
    public int MaximumSpatialElementCount {get; set;}
    See Also