PageSettings.PaperSize Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

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

Property Value

Type: ReportExecution2005.ReportPaperSize

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

See Also

PageSettings Class
ReportExecution2005 Namespace

Return to top