ComponentOne Reports for WPF
C1.C1Report Namespace / Layout Class / UpdateFromPrintDoc Method

In This Topic
    UpdateFromPrintDoc Method (Layout)
    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.
    Remarks
    This is useful if you want to make changes to the System.Drawing.Printing.PageSettings object instead of the Layout object.
    See Also