Clase ReportMargins
Represents the page margins for a report.
Jerarquía de herencia
System.Object
ReportExecution2005.ReportMargins
Espacio de nombres: ReportExecution2005
Ensamblado: ReportExecution2005 (en ReportExecution2005.dll)
Sintaxis
'Declaración
Public Class ReportMargins
'Uso
Dim instance As ReportMargins
public class ReportMargins
public ref class ReportMargins
type ReportMargins = class end
public class ReportMargins
El tipo ReportMargins expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ReportMargins | Initializes a new instance of the ReportMargins class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Bottom | Returns the bottom margin, in millimeters, of a report page. Read-only. | |
Left | Returns the left margin, in millimeters, of a report page. Read-only. | |
Right | Returns the right margin, in millimeters, of a report page. Read-only. | |
Top | Returns the top margin, in millimeters, of a report page. 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.