UpdateFromPrintDoc Method
In This Topic
Copies information from the
PrintDocument.PageSettings to the C1Report's
Layout.
Syntax
'Declaration
Public Function UpdateFromPrintDoc() As Boolean
public bool UpdateFromPrintDoc()
Return Value
True if
Layout object was changed.
See Also