Share via


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
Öffentliche Methode ReportMargins Initializes a new instance of the ReportMargins class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Bottom Returns the bottom margin, in millimeters, of a report page. Read-only.
Öffentliche Eigenschaft Left Returns the left margin, in millimeters, of a report page. Read-only.
Öffentliche Eigenschaft Right Returns the right margin, in millimeters, of a report page. Read-only.
Öffentliche Eigenschaft Top Returns the top margin, in millimeters, of a report page. Read-only.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode 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.

Siehe auch

Verweis