ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapSubItem Class / MapSize Property

In This Topic
    MapSize Property (MapSubItem)
    In This Topic
    Gets or sets the sub item size within the map. If omitted for MapViewport the default is (100,100) in percents. Automatically calculated for MapDockableSubItem.
    Syntax
    'Declaration
     
    Public Property MapSize As MapSize
    public MapSize MapSize {get; set;}
    See Also