ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView.Printing Namespace / PreviewWrapper Class / C1PrintPreviewDialog Property

In This Topic
    C1PrintPreviewDialog Property (PreviewWrapper)
    In This Topic
    Gets or sets the C1.Win.C1Preview.C1PrintPreviewDialog object, used for previewing.
    Syntax
    'Declaration
     
    Public Property C1PrintPreviewDialog As System.Windows.Forms.Form
    public System.Windows.Forms.Form C1PrintPreviewDialog {get; set;}
    Remarks
    You can set this property from code if your application contains reference to the C1.Win.C1Report.2 assembly. In such case you'll be able to set various C1.Win.C1Preview.C1PrintPreviewDialog properties before showing it to end-users.
    See Also