Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Represents a unit of length on the report.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
<TypeConverterAttribute(GetType(ReportSizeConverter))> _
Public Structure ReportSize _
Implements IComparable, IXmlSerializable, IFormattable
'Uso
Dim instance As ReportSize
[TypeConverterAttribute(typeof(ReportSizeConverter))]
public struct ReportSize : IComparable,
IXmlSerializable, IFormattable
[TypeConverterAttribute(typeof(ReportSizeConverter))]
public value class ReportSize : IComparable,
IXmlSerializable, IFormattable
[<SealedAttribute>]
[<TypeConverterAttribute(typeof(ReportSizeConverter))>]
type ReportSize =
struct
interface IComparable
interface IXmlSerializable
interface IFormattable
end
JScript admite el uso de estructuras, pero no la declaración de otras nuevas.
El tipo ReportSize expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
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. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() ![]() |
DefaultType | Gets or sets the default unit of the size. |
![]() ![]() |
DotsPerInch | Gets the DPI. |
![]() ![]() |
Empty | Gets the report size to use for an empty report size. |
![]() |
IsEmpty | Gets a value that indicates whether the report size has not been set. |
![]() ![]() |
SerializedDecimalDigits | Gets or sets the number of decimal places to use for serializing the report size. |
![]() |
SerializedValue | Gets the serialized report size value. |
![]() |
Type | Gets the unit of the size. |
![]() |
Value | Gets the value of the size. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | Returns whether two ReportSize objects have the same size. (Invalida ValueType.Equals(Object).) |
![]() ![]() |
FromPixels | Returns a ReportSize by specifying pixels. |
![]() |
GetHashCode | Gets the unique hash code for a ReportSize. (Invalida ValueType.GetHashCode().) |
![]() |
GetType | (Se hereda de 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. (Invalida ValueType.ToString().) |
![]() |
ToString(String, IFormatProvider) | Returns a string representation of the size. |
Arriba
Operadores
| Nombre | Descripción | |
|---|---|---|
![]() ![]() |
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. |
Arriba
Implementaciones de interfaces explícitas
| Nombre | Descripción | |
|---|---|---|
![]() ![]() |
IComparable.CompareTo | Compares the object to the specified size. |
![]() ![]() |
IXmlSerializable.GetSchema | Returns the xml schema. |
![]() ![]() |
IXmlSerializable.ReadXml | Reads the xml documentation. |
![]() ![]() |
IXmlSerializable.WriteXml | Writes xml documentation. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)