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.
Remarks
The Width property is always less than or equal to the Height property in the returned PaperSize object. To find out the orientation of the report page, use IsLandscape.
See Also
Reference
ReportPageSettings Class
ReportPageSettings Members
Microsoft.Reporting.WebForms Namespace