ReportSize Miembros
Represents a unit of length on the report.
El tipo ReportSize expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ReportSize(String) | Creates a new instance of ReportSize. | |
ReportSize(String, Boolean) | Creates a new instance of ReportSize. |
Principio
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object). | |
Finalize | (Se hereda de Object). | |
FromMillimeters | Returns a ReportSize object by specifying a size in millimeters. | |
GetHashCode | (Se hereda de Object). | |
GetType | (Se hereda de Object). | |
MemberwiseClone | (Se hereda de Object). | |
SumSizes | 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. (Invalida Object. . :: . .ToString() () () ().) | |
TryParse(String, ReportSize%) | Attempts to parse a string value into a ReportSize. | |
TryParse(String, Boolean, ReportSize%) | Attempts to parse a string value into a ReportSize. |
Principio
Vea también