Compartir a través de


ReportSize Miembros

Represents a unit of length on the report.

El tipo ReportSize expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ReportSize(Double) Creates a new instance of the ReportSize class.
Método publico ReportSize(String) Creates a new instance of the ReportSize class.
Método publico ReportSize(Double, SizeTypes) Creates a new instance of the ReportSize class.
Método publico ReportSize(String, IFormatProvider) Creates a new instance of the ReportSize class.
Método publico ReportSize(String, IFormatProvider, SizeTypes) Creates a new instance of the ReportSize class.

Principio

Métodos

  Nombre Descripción
Método publico Equals Returns whether two ReportSize objects have the same size. (Invalida ValueType. . :: . .Equals(Object).)
Método protegido Finalize (Se hereda de Object).
Método publicoMiembro estático FromPixels Return a ReportSize by specifying pixels.
Método publico GetHashCode Gets the unique hash code for a ReportSize. (Invalida ValueType. . :: . .GetHashCode() () () ().)
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publicoMiembro estático Parse Returns a ReportSize by parsing a string.
Método publico SetPixels Sets the number of pixels for the size.
Método publico ToCentimeters Returns the size in centimeters.
Método publico ToInches Returns the size in inches.
Método publico ToIntPixels Returns the size in pixels.
Método publico ToMillimeters Returns the size in millimeters.
Método publico ToPixels Returns the size in pixels.
Método publico ToPoints Returns the size in points.
Método publico ToString() () () () Returns a string representation of the size. (Invalida ValueType. . :: . .ToString() () () ().)
Método publico ToString(String, IFormatProvider) Returns a string representation of the size.

Principio

Operadores

  Nombre Descripción
Operador públicoMiembro estático Addition Add two sizes.
Operador públicoMiembro estático Equality Test the equality of two sizes.
Operador públicoMiembro estático GreaterThan Tests if the first size is greater than the second size.
Operador públicoMiembro estático Inequality Tests the inequality of two sizes.
Operador públicoMiembro estático LessThan Test whether the first size is less than the second size.
Operador públicoMiembro estático Subtraction Subtract the second size from the first size.

Principio

Propiedades

  Nombre Descripción
Propiedad públicaMiembro estático DefaultType The default unit of the size.
Propiedad públicaMiembro estático DotsPerInch DPI.
Propiedad públicaMiembro estático Empty The report size to use for an empty report size.
Propiedad pública IsEmpty Indicates whether the report size has not been set.
Propiedad públicaMiembro estático SerializedDecimalDigits The number of decimal places to use for serializing the report size.
Propiedad pública SerializedValue The serialized report size value.
Propiedad pública Type The unit of the size.
Propiedad pública Value The value of the size.

Principio