C1.C1Rdl Namespace : ReportSize Class |
For a list of all members of this type, see ReportSize members.
Name | Description | |
---|---|---|
Compare | Compares two sizes. | |
Convert | Overloaded. Converts the current size to specified units. | |
Equals | Compares the current size with another object. This method performs comparison by value. | |
GetHashCode | Gets the hash code for the current object, based on its value. | |
IsNullOrEmpty | Tests whether a size is null or empty. | |
Parse | Converts a string to the corresponding ReportSizeType value. | |
ReportSizeTypeToString | Converts a ReportSizeType value to a string representation as in the following table:
| |
ReportSizeTypeToUnit | Converts a ReportSizeType value to the corresponding C1.C1Preview.UnitTypeEnum value. | |
StringToReportSizeType | Converts a string to a ReportSizeType value. The string can be one of the following: "in", "mm", "cm", "pt". This method is case-insensitive. | |
ToCentimeters | Converts the current size to centimeters. | |
ToDoc | Converts the current size to "doc" units (1/300 of an inch). | |
ToInches | Converts the current size to inches. | |
ToMillimeters | Converts the current size to millimeters. | |
ToPixels | Converts the current size to pixels. | |
ToPoints | Converts the current size to points. | |
ToString | Converts the current object to a string. The returned string can be converted back to the current length object (e.g. it can be used to initialize a ReportSize to the same value). | |
ToUnit | Converts the current size to a C1.C1Preview.Unit. | |
TryParse | Converts a string to the corresponding ReportSizeType value. A return value indicates whether the conversion succeeded or failed. |