#Position
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| Int32 | ColSpan | Gets or sets the number of vertical tiles the report should span in the dashboard. | 1 |
| Int32 | DbDsgn2Height | Gets or sets the height of the dashboard designer. | 0 |
| Int32 | Height | 0 | |
| Int32 | RowSpan | Gets or sets the number of horizontal tiles the report should span in the dashboard. | 1 |
| Int32 | Width | 0 | |
| Int32 | X | Gets or sets the column number of the dashboard to anchor the report at. | 0 |
| Int32 | Y | Gets or sets the row number of hte dashboard to anchor the report at. | 0 |
##Methods
###Clone() Performs a shallow clone of the Izenda.AdHoc.Position object.
Returns:
The shallow copy of the Izenda.AdHoc.Position object.
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
Returns:
true if the specified System.Object is equal to the current System.Object; otherwise, false.
###GetHashCode() Serves as a hash function for a particular type.
Returns:
A hash code for the current System.Object.
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###ReadXml(System.Xml.XmlReader) Reads the data from the specified System.Xml.XmlReader that contains information about the report position.
Parameters:
- System.Xml.XmlReader reader - The System.Xml.XmlReader containing the loaded report XML definition with position information.
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
###WriteXml(System.Xml.XmlWriter) Writes the data from the report position into the specified System.Xml.XmlWriter
Parameters:
- System.Xml.XmlWriter writer - The System.Xml.XmlWriter to use for storing position information.
