Элементы 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.

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IComparable. . :: . .CompareTo
Явная реализация интерфейсаЗакрытый метод IXmlSerializable. . :: . .GetSchema
Явная реализация интерфейсаЗакрытый метод IXmlSerializable. . :: . .ReadXml
Явная реализация интерфейсаЗакрытый метод IXmlSerializable. . :: . .WriteXml

В начало