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 | |
---|---|---|
ReportMargins | Initializes a new instance of the ReportMargins class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
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.