PageSettings.PaperSize Property

Definition

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

public:
 property ReportExecution2005::ReportPaperSize ^ PaperSize { ReportExecution2005::ReportPaperSize ^ get(); void set(ReportExecution2005::ReportPaperSize ^ value); };
public ReportExecution2005.ReportPaperSize PaperSize { get; set; }
member this.PaperSize : ReportExecution2005.ReportPaperSize with get, set
Public Property PaperSize As ReportPaperSize

Property Value

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

Applies to