Classe ReportMargins
Represents the page margins for a report.
Hierarquia de herança
System. . :: . .Object
ReportExecution2005..::..ReportMargins
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (em ReportExecution2005.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class ReportMargins
'Uso
Dim instance As ReportMargins
[SerializableAttribute]
public class ReportMargins
[SerializableAttribute]
public ref class ReportMargins
[<SerializableAttribute>]
type ReportMargins = class end
public class ReportMargins
O tipo ReportMargins expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ReportMargins | Initializes a new instance of the ReportMargins class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
This is used by the PageSettings class, which is returned as the ReportPageSettings property of the ExecutionInfo class.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.