다음을 통해 공유


ReportSize 멤버

Represents a unit of length on the report.

ReportSize 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 ReportSize(Double) Creates a new instance of the ReportSize class.
공용 메서드 ReportSize(String) Creates a new instance of the ReportSize class.
공용 메서드 ReportSize(Double, SizeTypes) Creates a new instance of the ReportSize class.
공용 메서드 ReportSize(String, IFormatProvider) Creates a new instance of the ReportSize class.
공용 메서드 ReportSize(String, IFormatProvider, SizeTypes) Creates a new instance of the ReportSize class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals Returns whether two ReportSize objects have the same size. (ValueType. . :: . .Equals(Object)을(를) 재정의합니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드정적 멤버 FromPixels Return a ReportSize by specifying pixels.
공용 메서드 GetHashCode Gets the unique hash code for a ReportSize. (ValueType. . :: . .GetHashCode() () () ()을(를) 재정의합니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드정적 멤버 Parse Returns a ReportSize by parsing a string.
공용 메서드 SetPixels Sets the number of pixels for the size.
공용 메서드 ToCentimeters Returns the size in centimeters.
공용 메서드 ToInches Returns the size in inches.
공용 메서드 ToIntPixels Returns the size in pixels.
공용 메서드 ToMillimeters Returns the size in millimeters.
공용 메서드 ToPixels Returns the size in pixels.
공용 메서드 ToPoints Returns the size in points.
공용 메서드 ToString() () () () Returns a string representation of the size. (ValueType. . :: . .ToString() () () ()을(를) 재정의합니다.)
공용 메서드 ToString(String, IFormatProvider) Returns a string representation of the size.

맨 위로 이동

연산자

  이름 설명
공용 연산자정적 멤버 Addition Add two sizes.
공용 연산자정적 멤버 Equality Test the equality of two sizes.
공용 연산자정적 멤버 GreaterThan Tests if the first size is greater than the second size.
공용 연산자정적 멤버 Inequality Tests the inequality of two sizes.
공용 연산자정적 멤버 LessThan Test whether the first size is less than the second size.
공용 연산자정적 멤버 Subtraction Subtract the second size from the first size.

맨 위로 이동

속성

  이름 설명
공용 속성정적 멤버 DefaultType The default unit of the size.
공용 속성정적 멤버 DotsPerInch DPI.
공용 속성정적 멤버 Empty The report size to use for an empty report size.
공용 속성 IsEmpty Indicates whether the report size has not been set.
공용 속성정적 멤버 SerializedDecimalDigits The number of decimal places to use for serializing the report size.
공용 속성 SerializedValue The serialized report size value.
공용 속성 Type The unit of the size.
공용 속성 Value The value of the size.

맨 위로 이동