Class MapSubItem
Represents a subitem in the map report item.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.RDL.DOM
Assembly: BoldReports.Wpf.dll
Syntax
public abstract class MapSubItem
Constructors
MapSubItem()
Declaration
protected MapSubItem()
Properties
BottomMargin
Declaration
public Size BottomMargin { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.RDL.DOM.Size |
LeftMargin
Declaration
public Size LeftMargin { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.RDL.DOM.Size |
MapLocation
Declaration
public MapLocation MapLocation { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.RDL.DOM.MapLocation |
MapSize
Declaration
public MapSize MapSize { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.RDL.DOM.MapSize |
RightMargin
Declaration
public Size RightMargin { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.RDL.DOM.Size |
Style
Declaration
public Style Style { get; set; }
Property Value
Type | Description |
---|---|
Style |
TopMargin
Declaration
public Size TopMargin { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.RDL.DOM.Size |
ZIndex
Declaration
public int ZIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |