Share via


ReportPageSettings.PaperSize Property

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

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public ReadOnly Property PaperSize As PaperSize
'Usage
Dim instance As ReportPageSettings
Dim value As PaperSize

value = instance.PaperSize
public PaperSize PaperSize { get; }
public:
property PaperSize^ PaperSize {
    PaperSize^ get ();
}
/** @property */
public PaperSize get_PaperSize ()
public function get PaperSize () : PaperSize

Property Value

A read-only PaperSize object containing information about report page size.

See Also

Reference

ReportPageSettings Class
ReportPageSettings Members
Microsoft.Reporting.WebForms Namespace