Proprietà PageSettings.PaperSize

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

Spazio dei nomi  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Sintassi

'Dichiarazione
Public Property PaperSize As ReportPaperSize 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

PageSettings Classe

Spazio dei nomi ReportExecution2005