Clase ReportPaperSize
Represents the paper size of a report page. Read-only.
Jerarquía de herencia
System.Object
ReportExecution2005.ReportPaperSize
Espacio de nombres: ReportExecution2005
Ensamblado: ReportExecution2005 (en ReportExecution2005.dll)
Sintaxis
'Declaración
Public Class ReportPaperSize
'Uso
Dim instance As ReportPaperSize
public class ReportPaperSize
public ref class ReportPaperSize
type ReportPaperSize = class end
public class ReportPaperSize
El tipo ReportPaperSize expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ReportPaperSize | Initializes a new instance of the ReportPaperSize class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Height | Represents the height of a report page, in millimeters. Read-only. | |
Width | Represents the height of a report page, in millimeters. Read-only. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
This is used by the PageSettings class, which is returned as the ReportPageSettings property of the ExecutionInfo class.
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.