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

In This Topic
    MapSize Property
    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