ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Map Class / MaximumTotalPointCount Property

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