Condividi tramite


Classe ReportMargins

Represents the page margins for a report.

Gerarchia di ereditarietà

System. . :: . .Object
  ReportExecution2005..::..ReportMargins

Spazio dei nomi  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class ReportMargins
'Utilizzo
Dim instance As ReportMargins
[SerializableAttribute]
public class ReportMargins
[SerializableAttribute]
public ref class ReportMargins
[<SerializableAttribute>]
type ReportMargins =  class end
public class ReportMargins

Nel tipo ReportMargins sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ReportMargins Initializes a new instance of the ReportMargins class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Bottom Returns the bottom margin, in millimeters, of a report page. Read-only.
Proprietà pubblica Left Returns the left margin, in millimeters, of a report page. Read-only.
Proprietà pubblica Right Returns the right margin, in millimeters, of a report page. Read-only.
Proprietà pubblica Top Returns the top margin, in millimeters, of a report page. Read-only.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

This is used by the PageSettings class, which is returned as the ReportPageSettings property of the ExecutionInfo class.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento