Classe ReportMargins
Represents the page margins for a report.
System.Object
ReportExecution2005.ReportMargins
Spazio dei nomi ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
'Dichiarazione
Public Class ReportMargins
'Utilizzo
Dim instance As ReportMargins
public class ReportMargins
public ref class ReportMargins
type ReportMargins = class end
public class ReportMargins
Nel tipo ReportMargins sono esposti i membri seguenti.
Nome | Descrizione | |
---|---|---|
![]() |
ReportMargins | Initializes a new instance of the ReportMargins class. |
In alto
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
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
This is used by the PageSettings class, which is returned as the ReportPageSettings property of the ExecutionInfo class.
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.