ReportMargins-Klasse
Represents the page margins for a report.
Vererbungshierarchie
System. . :: . .Object
ReportExecution2005..::..ReportMargins
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ReportMargins
'Usage
Dim instance As ReportMargins
[SerializableAttribute]
public class ReportMargins
[SerializableAttribute]
public ref class ReportMargins
[<SerializableAttribute>]
type ReportMargins = class end
public class ReportMargins
Der ReportMargins-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ReportMargins | Initializes a new instance of the ReportMargins class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
This is used by the PageSettings class, which is returned as the ReportPageSettings property of the ExecutionInfo class.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.