Поделиться через


Класс ReportMargins

Represents the page margins for a report.

Иерархия наследования

System.Object
  ReportExecution2005.ReportMargins

Пространство имен:  ReportExecution2005
Сборка:  ReportExecution2005 (в ReportExecution2005.dll)

Синтаксис

'Декларация
Public Class ReportMargins
'Применение
Dim instance As ReportMargins
public class ReportMargins
public ref class ReportMargins
type ReportMargins =  class end
public class ReportMargins

Тип ReportMargins обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ReportMargins Initializes a new instance of the ReportMargins class.

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

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

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен ReportExecution2005