ReportSize Members

Include Protected Members
Include Inherited Members

Represents a unit of length on the report.

The ReportSize type exposes the following members.

Constructors

  Name Description
Public method ReportSize(String) Creates a new instance of ReportSize.
Public method ReportSize(String, Boolean) Creates a new instance of ReportSize.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public methodStatic member FromMillimeters(Double) Returns a ReportSize object by specifying a size in millimeters.
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public methodStatic member SumSizes(ReportSize, ReportSize) Returns the sum of two report sizes.
Public method ToCentimeters() Returns the report size in centimeters.
Public method ToInches() Returns the report size in inches.
Public method ToMillimeters() Returns the report size in millimeters.
Public method ToPoints() Returns the report size in points.
Public method ToString() Returns the report size as a string. (Overrides Object.ToString().)
Public methodStatic member TryParse(String, ReportSize%) Attempts to parse a string value into a ReportSize.
Public methodStatic member TryParse(String, Boolean, ReportSize%) Attempts to parse a string value into a ReportSize.

Top