ReportSize Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a unit of length on the report.
public ref class ReportSize sealed
public sealed class ReportSize
type ReportSize = class
Public NotInheritable Class ReportSize
- Inheritance
-
ReportSize
Constructors
ReportSize(String, Boolean) |
Creates a new instance of ReportSize. |
ReportSize(String) |
Creates a new instance of ReportSize. |
Methods
FromMillimeters(Double) |
Returns a ReportSize object by specifying a size in millimeters. |
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. |
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. |