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

In This Topic
    MapSubItem Class Members
    In This Topic

    The following tables list the members exposed by MapSubItem.

    Public Properties
     NameDescription
    Public PropertyWidth of the bottom margin. An expression should evaluate to a Length. The default value is 0 in.  
    Public PropertyWidth of the left margin. An expression should evaluate to a Length. The default value is 0 in.  
    Public PropertyGets or sets the sub item location within the map. Default for MapViewport (0,0), otherwise Position is used.  
    Public PropertyGets or sets the sub item size within the map. If omitted for MapViewport the default is (100,100) in percents. Automatically calculated for MapDockableSubItem.  
    Public PropertyWidth of the right margin. An expression should evaluate to a Length. The default value is 0 in.  
    Public PropertyGets or sets style properties for map sub item. Each of the properties of type Color support transparency.  
    Public PropertyWidth of the top margin. An expression should evaluate to a Length. The default value is 0 in.  
    Public PropertyDrawing order of the item within the map. An expression should evaluate to a Integer. The default value is 0.  
    Top
    See Also