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. The class contains methods to convert the length into several formats. This class cannot be inherited.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.ReportRendering.ReportSize
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class ReportSize
'Uso
Dim instance As ReportSize
public sealed class ReportSize
public ref class ReportSize sealed
[<SealedAttribute>]
type ReportSize = class end
public final class ReportSize
El tipo ReportSize expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
ReportSize | Initializes a new instance of the ReportSize object with the given size string. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
ToCentimeters | Converts the report size length to centimeters. |
![]() |
ToInches | Converts the report size length to inches. |
![]() |
ToMillimeters | Converts the length to millimeters. |
![]() |
ToPoints | Converts the report size length to points. |
![]() |
ToString | Converts the size to a string value, as expressed in the report definition. (Invalida Object.ToString().) |
Arriba
Comentarios
If a report item is within a container that grows, IsFullSize evaluates to true and the item should be stretched to fill the container.
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.ReportRendering
.gif)