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


Свойство PageSettings.PaperSize

Represents the paper size settings for a report page. Read-only.

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

Синтаксис

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

value = instance.PaperSize

instance.PaperSize = value
public ReportPaperSize PaperSize { get; set; }
public:
property ReportPaperSize^ PaperSize {
    ReportPaperSize^ get ();
    void set (ReportPaperSize^ value);
}
member PaperSize : ReportPaperSize with get, set
function get PaperSize () : ReportPaperSize 
function set PaperSize (value : ReportPaperSize)

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

Тип: ReportExecution2005.ReportPaperSize
A read-only ReportPaperSize object encapsulating the paper size for a report page.

См. также

Справочник

PageSettings Класс

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