Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the paper size settings for a report page. Read-only.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.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.WinForms Namespace