#DashboardItem
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| Int32 | ColSpan | Gets or sets the number of grid columns that this dashboard item will span. | 1 |
| Boolean | DashboardScroll | Determines whether the dashboard item will include an item in the record count dropdown menu to display all items with or without a scrollbar | False |
| String | Description | Gets or sets the description of the dashboard item. | null |
| String | ProcessedReportName | Gets the name of the report associated with this dashboard item with no category information. | null |
| Int32 | RecordCount | Gets or sets the number of records to display on this dashboard item. | -1 |
| String | ReportName | Gets or sets the name of the report part that is associated with this dashboard item. | null |
| String | ReportSetName | Gets or sets the name of the report set that is associated with this dashboard item. | null |
| String | Title | Gets or sets the title that will be displayed on the dashboard item. | null |
| Int32 | X | Gets or sets the column that this dashboard item will appear in. | 0 |
| Int32 | Y | Gets or sets the row that this dashboard item will appear in. | 0 |
##Methods
###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.
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
