ReportSize Class
Updated: February 25, 2016
Represents a unit of length on the report.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
| Name | Description | |
|---|---|---|
![]() | ReportSize(String^) | Creates a new instance of ReportSize. |
![]() | ReportSize(String^, Boolean) | Creates a new instance of ReportSize. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() ![]() | FromMillimeters(Double) | Returns a ReportSize object by specifying a size in millimeters. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() ![]() | SumSizes(ReportSize^, ReportSize^) | Returns the sum of two report sizes. |
![]() | ToCentimeters() | Returns the report size in centimeters. |
![]() | ToInches() | Returns the report size in inches. |
![]() | ToMillimeters() | Returns the report size in millimeters. |
![]() | ToPoints() | Returns the report size in points. |
![]() | ToString() | Returns the report size as a string.(Overrides Object::ToString().) |
![]() ![]() | TryParse(String^, Boolean, ReportSize^%) | Attempts to parse a string value into a ReportSize. |
![]() ![]() | TryParse(String^, ReportSize^%) | Attempts to parse a string value into a ReportSize. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

