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


Свойство ReportPaperSize.Height

Represents the height of a report page, in millimeters. Read-only.

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

Синтаксис

'Декларация
Public Property Height As Double 
    Get 
    Set
'Применение
Dim instance As ReportPaperSize 
Dim value As Double 

value = instance.Height

instance.Height = value
public double Height { get; set; }
public:
property double Height {
    double get ();
    void set (double value);
}
member Height : float with get, set
function get Height () : double 
function set Height (value : double)

Значение свойства

Тип: System.Double
A read-only Double value containing the height of the report page, in millimeters.

См. также

Справочник

ReportPaperSize Класс

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