ChartElementPosition Class
Updated: February 25, 2016
Represents the position in which to draw a chart element.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
| Name | Description | |
|---|---|---|
![]() | Height | Gets an expression that evaluates to the height of the item as a percentage of its containing object. |
![]() | Instance | Gets the report instance object that contains the calculated values of this report definition object. |
![]() | Left | Gets an expression that evaluates to the distance of the item from the left of the containing object, as a percentage of the container. |
![]() | Top | Gets an expression that evaluates to the distance of the item from the top of the containing object, as a percentage of the container. |
![]() | Width | Gets an expression that evaluates to the width of the item as a percentage of its containing object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

