Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / ViewState Structure / CopyToPreviewPane Method
The target C1PreviewPane.

In This Topic
    CopyToPreviewPane Method
    In This Topic
    Copies values from the current ViewState to corresponding properties of a C1PreviewPane.
    Syntax
    'Declaration
     
    Public Sub CopyToPreviewPane( _
       ByVal previewPane As C1PreviewPane _
    ) 
    public void CopyToPreviewPane( 
       C1PreviewPane previewPane
    )

    Parameters

    previewPane
    The target C1PreviewPane.
    See Also