ActiveReports.Viewer3 Request technical support
DefaultPageSettings Property
See Also 


Syntax

Visual Basic (Declaration) 
Public Property DefaultPageSettings As PageSettings
Visual Basic (Usage)Copy Code
Dim instance As Printer
Dim value As PageSettings
 
instance.DefaultPageSettings = value
 
value = instance.DefaultPageSettings
C# 
public PageSettings DefaultPageSettings {get; set;}

Remarks

The new PaperSize property of the Printer object should be used instead of Printer.DefaultPageSettings.PaperSize because we cache the values to improve report processing.

See Also